diff options
Diffstat (limited to 'themes/default/template/profile_content.tpl')
-rw-r--r-- | themes/default/template/profile_content.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/profile_content.tpl b/themes/default/template/profile_content.tpl index 3f2245523..0c4f26c10 100644 --- a/themes/default/template/profile_content.tpl +++ b/themes/default/template/profile_content.tpl @@ -50,7 +50,7 @@ </li> <li> <span class="property"> - <label for="template">{'Interface theme'|@translate}</label> + <label for="template">{'Theme'|@translate}</label> </span> {html_options name=theme options=$template_options selected=$template_selection} </li> |