aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-04 10:26:25 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-04 10:26:25 +0100
commiteceafd5777c2b2c15d5db93e0a11bbeb328142e2 (patch)
tree75e04e167be0adc8b334f7a92a5278a7d057c27f /view
parent4b08ccd873a02dcbcd8603f4b8681de47776e31f (diff)
downloadvolse-hubzilla-eceafd5777c2b2c15d5db93e0a11bbeb328142e2.tar.gz
volse-hubzilla-eceafd5777c2b2c15d5db93e0a11bbeb328142e2.tar.bz2
volse-hubzilla-eceafd5777c2b2c15d5db93e0a11bbeb328142e2.zip
fix wording
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/settings.tpl2
-rwxr-xr-xview/tpl/settings_account.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl
index 6ad23b007..eb497bbb5 100755
--- a/view/tpl/settings.tpl
+++ b/view/tpl/settings.tpl
@@ -1,6 +1,6 @@
<div class="generic-content-wrapper">
<div class="section-title-wrapper">
- <a title="{{$permanent}}" class="btn btn-danger btn-xs pull-right" href="removeme"><i class="icon-trash"></i>&nbsp;{{$removeme}}</a>
+ <a title="{{$removechannel}}" class="btn btn-danger btn-xs pull-right" href="removeme"><i class="icon-trash"></i>&nbsp;{{$removeme}}</a>
<h2>{{$ptitle}}</h2>
<div class="clear"></div>
</div>
diff --git a/view/tpl/settings_account.tpl b/view/tpl/settings_account.tpl
index 5f1f9c9b1..9f550fe4a 100755
--- a/view/tpl/settings_account.tpl
+++ b/view/tpl/settings_account.tpl
@@ -1,6 +1,6 @@
<div class="generic-content-wrapper">
<div class="section-title-wrapper">
- <a title="{{$permanent}}" class="btn btn-danger btn-xs pull-right" href="removeaccount"><i class="icon-trash"></i>&nbsp;{{$removeme}}</a>
+ <a title="{{$removeaccount}}" class="btn btn-danger btn-xs pull-right" href="removeaccount"><i class="icon-trash"></i>&nbsp;{{$removeme}}</a>
<h2>{{$title}}</h2>
<div class="clear"></div>
</div>