Skip to content
Snippets Groups Projects
Commit 109db42b authored by insert's avatar insert
Browse files

Add strings.

parent bc0cecb7
No related merge requests found
...@@ -80,7 +80,8 @@ ...@@ -80,7 +80,8 @@
}, },
"pages": { "pages": {
"account": { "account": {
"title": "My Account" "title": "My Account",
"change_field": "Change"
}, },
"sessions": { "sessions": {
"title": "Sessions", "title": "Sessions",
...@@ -137,9 +138,19 @@ ...@@ -137,9 +138,19 @@
"confirm_leave": "Leave {{group_name}}?", "confirm_leave": "Leave {{group_name}}?",
"confirm_leave_long": "You won't be able to rejoin unless you are re-invited." "confirm_leave_long": "You won't be able to rejoin unless you are re-invited."
}, },
"account": {
"change": {
"username": "Change your username",
"email": "Change your email",
"password": "Change your password"
},
"current_password": "Current Password",
"enter_current": "Enter your current password."
},
"actions": { "actions": {
"ok": "Ok", "ok": "Ok",
"close": "Close", "close": "Close",
"update": "Update",
"reload": "Reload App", "reload": "Reload App",
"continue": "Continue", "continue": "Continue",
"cancel": "Cancel" "cancel": "Cancel"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment