You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/static/translations/user-invitation-form/en.json
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,16 @@
27
27
"leave": {
28
28
"idle": "Leave this store",
29
29
"busy": "Leaving...",
30
-
"fail": "Failed to leave"
30
+
"fail": "Failed to leave",
31
+
"message_idle": "You are about to remove your own access to {{ store_name }} ({{ store_domain }}). Are you sure you want to proceed? If you need access to this store again in the future, you will need to be re-invited by another user of the store.",
32
+
"message_fail": "Failed to revoke access. If you'd like to retry, close this dialog and click the revoke button again.",
33
+
"message_done": "Your access was revoked successfully. Close this dialog to continue.",
0 commit comments