admin: reword sms test success message

So the translation for "Success" can be claimed by #21704.
This commit is contained in:
Frédéric Péters 2018-02-25 19:16:50 +01:00
parent 9222d257e2
commit 999773b35d
1 changed files with 1 additions and 1 deletions

View File

@ -1050,7 +1050,7 @@ class SettingsDirectory(QommonSettingsDirectory):
r += htmltext('</pre>')
else:
r += htmltext('<p>')
r += _('Success')
r += _('The SMS has been sent successfully.')
r += htmltext('</p>')
return r.getvalue()