aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--template/default/profile.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/profile.tpl b/template/default/profile.tpl
index ad6619c37..500b10066 100644
--- a/template/default/profile.tpl
+++ b/template/default/profile.tpl
@@ -13,7 +13,7 @@
<form method="post" name="post" action="{add_user.F_ACTION}">
{L_USERNAME} <input type="text" name="login" maxlength="50" size="20" />
{L_PASSWORD} <input type="text" name="password" />
- <input type="submit" name="submit_add" value="add" class="bouton" />
+ <input type="submit" name="submit_add" value="{L_SUBMIT}" class="bouton" />
</form>
<!-- END add_user -->