Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions api-js/src/locale/en/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@
'Unable to update domain. Please try again.',
'Unable to update organization. Please try again.':
'Unable to update organization. Please try again.',
'Unable to update password, authentication error occurred, please sign in again.':
'Unable to update password, authentication error occurred, please sign in again.',
'Unable to update password, current password does not match. Please try again.':
'Unable to update password, current password does not match. Please try again.',
'Unable to update password, new passwords do not match. Please try again.':
Expand Down
10 changes: 5 additions & 5 deletions api-js/src/locale/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ msgstr "Successfully dispatched one time scan."
msgid "Successfully email verified account, and set TFA send method to email."
msgstr "Successfully email verified account, and set TFA send method to email."

#: src/affiliation/mutations/invite-user-to-org.js:171
#: src/affiliation/mutations/invite-user-to-org.js:172
msgid "Successfully invited user to organization, and sent notification email."
msgstr "Successfully invited user to organization, and sent notification email."

Expand All @@ -301,7 +301,7 @@ msgstr "Successfully removed organization: {0}."
msgid "Successfully removed user from organization."
msgstr "Successfully removed user from organization."

#: src/affiliation/mutations/invite-user-to-org.js:119
#: src/affiliation/mutations/invite-user-to-org.js:120
msgid "Successfully sent invitation to service, and organization email."
msgstr "Successfully sent invitation to service, and organization email."

Expand Down Expand Up @@ -464,9 +464,9 @@ msgid "Unable to find verified organization. Please try again."
msgstr "Unable to find verified organization. Please try again."

#: src/affiliation/mutations/invite-user-to-org.js:79
#: src/affiliation/mutations/invite-user-to-org.js:92
#: src/affiliation/mutations/invite-user-to-org.js:147
#: src/affiliation/mutations/invite-user-to-org.js:162
#: src/affiliation/mutations/invite-user-to-org.js:93
#: src/affiliation/mutations/invite-user-to-org.js:148
#: src/affiliation/mutations/invite-user-to-org.js:163
msgid "Unable to invite user. Please try again."
msgstr "Unable to invite user. Please try again."

Expand Down
2 changes: 2 additions & 0 deletions api-js/src/locale/fr/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@
'Unable to two factor authenticate. Please try again.': 'todo',
'Unable to update domain. Please try again.': 'todo',
'Unable to update organization. Please try again.': 'todo',
'Unable to update password, authentication error occurred, please sign in again.':
'todo',
'Unable to update password, current password does not match. Please try again.':
'todo',
'Unable to update password, new passwords do not match. Please try again.':
Expand Down
10 changes: 5 additions & 5 deletions api-js/src/locale/fr/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ msgstr "todo"
msgid "Successfully email verified account, and set TFA send method to email."
msgstr "todo"

#: src/affiliation/mutations/invite-user-to-org.js:171
#: src/affiliation/mutations/invite-user-to-org.js:172
msgid "Successfully invited user to organization, and sent notification email."
msgstr "todo"

Expand All @@ -301,7 +301,7 @@ msgstr "todo"
msgid "Successfully removed user from organization."
msgstr "todo"

#: src/affiliation/mutations/invite-user-to-org.js:119
#: src/affiliation/mutations/invite-user-to-org.js:120
msgid "Successfully sent invitation to service, and organization email."
msgstr "todo"

Expand Down Expand Up @@ -464,9 +464,9 @@ msgid "Unable to find verified organization. Please try again."
msgstr "todo"

#: src/affiliation/mutations/invite-user-to-org.js:79
#: src/affiliation/mutations/invite-user-to-org.js:92
#: src/affiliation/mutations/invite-user-to-org.js:147
#: src/affiliation/mutations/invite-user-to-org.js:162
#: src/affiliation/mutations/invite-user-to-org.js:93
#: src/affiliation/mutations/invite-user-to-org.js:148
#: src/affiliation/mutations/invite-user-to-org.js:163
msgid "Unable to invite user. Please try again."
msgstr "todo"

Expand Down
Loading