diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index 67d78c292..9c8ab0795 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -1563,7 +1563,7 @@ "calendar_removeNotification": "Remove reminder", "team_inviteRole": "Initial role", "team_inviteUses": "Use(s) allowed for this link (0 = no limit)", - "form_exportJSON": "Export as JSON", + "form_exportJSON": "Export to JSON", "form_alreadyAnsweredMult": "You responded to this form on:", "form_responseNotification": "New responses to form: {0}", "form_deleteAll": "Delete all", @@ -1574,5 +1574,7 @@ "form_editable_on_del": "One time and edit/delete", "form_multiple": "Multiple times", "form_multiple_edit": "Multiple times and edit/delete", - "form_editable_str": "Submission" + "form_editable_str": "Submission", + "team_linkUsesInfinite": "(unlimited uses)", + "team_linkUses": "({0}/{1} remaining)" }