diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-03-01 18:07:55 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-03-01 18:40:01 +0100 |
commit | cd612c54926ea3b0d2400a3ca9e4e9e8babcfaff (patch) | |
tree | cf87537c48f785e10211ba74c2677c7ef4a0fb2e /res | |
parent | 56762ca8cc862a4873b3c3edf491b07daffd5626 (diff) |
change_password: do not use alerts in normal operation
Diffstat (limited to 'res')
-rw-r--r-- | res/en.json | 2 | ||||
-rw-r--r-- | res/sl.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/res/en.json b/res/en.json index 5e172c9..fb861c7 100644 --- a/res/en.json +++ b/res/en.json @@ -3,6 +3,8 @@ "here": "here", "language": "Language", "ui_language_title": "Select the UI language.", + "password_change_failed": "Password change failed.", + "password_changed": "Password changed.", "passwords_do_not_match": "Passwords do not match.", "robot_address": "Robot’s IP address", "robot_address_placeholder": "IP address", diff --git a/res/sl.json b/res/sl.json index e17684a..aebc87f 100644 --- a/res/sl.json +++ b/res/sl.json @@ -3,6 +3,8 @@ "here": "tukaj", "language": "Jezik", "ui_language_title": "Izberi jezik uporabniškega vmesnika.", + "password_change_failed": "Sprememba gesla ni uspela.", + "password_changed": "Geslo spremenjeno.", "passwords_do_not_match": "Gesli se ne ujemata.", "robot_address": "Robotov naslov IP", "robot_address_placeholder": "Naslov IP", |