diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-04 10:26:25 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-04 10:26:25 +0100 |
commit | eceafd5777c2b2c15d5db93e0a11bbeb328142e2 (patch) | |
tree | 75e04e167be0adc8b334f7a92a5278a7d057c27f /view/tpl/settings_account.tpl | |
parent | 4b08ccd873a02dcbcd8603f4b8681de47776e31f (diff) | |
download | volse-hubzilla-eceafd5777c2b2c15d5db93e0a11bbeb328142e2.tar.gz volse-hubzilla-eceafd5777c2b2c15d5db93e0a11bbeb328142e2.tar.bz2 volse-hubzilla-eceafd5777c2b2c15d5db93e0a11bbeb328142e2.zip |
fix wording
Diffstat (limited to 'view/tpl/settings_account.tpl')
-rwxr-xr-x | view/tpl/settings_account.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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> {{$removeme}}</a> + <a title="{{$removeaccount}}" class="btn btn-danger btn-xs pull-right" href="removeaccount"><i class="icon-trash"></i> {{$removeme}}</a> <h2>{{$title}}</h2> <div class="clear"></div> </div> |