modified: messages/en-US.json

modified:   src/components/tags/autocomplete.tsx
This commit is contained in:
Lokowitz
2025-05-17 20:34:01 +00:00
parent 547e777eb0
commit ae4ef4eb99
2 changed files with 6 additions and 3 deletions

View File

@@ -364,7 +364,7 @@
"inviteRemoveErrorDescription": "An error occurred while removing the invitation.",
"inviteRemoved": "Invitation removed",
"inviteRemovedDescription": "The invitation for {email} has been removed.",
"inviteQuestionRemove ": "Are you sure you want to remove the invitation {email}?",
"inviteQuestionRemove": "Are you sure you want to remove the invitation {email}?",
"inviteMessageRemove": "Once removed, this invitation will no longer be valid. You can always re-invite the user later.",
"inviteMessageConfirm": "To confirm, please type the email address of the invitation below.",
"inviteQuestionRegenerate": "Are you sure you want to regenerate the invitation for {email}? This will revoke the previous invitation.",
@@ -906,5 +906,6 @@
"settings": "Settings",
"usersAll": "All Users",
"license": "License",
"pangolinDashboard": "Dashboard - Pangolin"
"pangolinDashboard": "Dashboard - Pangolin",
"noResults": "No results found."
}