mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Fix table pagination state handling and adding more tests (#16986)
This commit is contained in:
@@ -1965,6 +1965,7 @@
|
||||
"settings.users.inviteUrlCreated.message": "Send the invite link to your invitee for activation",
|
||||
"settings.users.passwordResetUrlCreated": "Password reset link copied to clipboard",
|
||||
"settings.users.passwordResetUrlCreated.message": "Send the reset link to your user for them to reset their password",
|
||||
"settings.users.passwordResetLinkError": "Could not retrieve password reset link",
|
||||
"settings.users.allowSSOManualLogin": "Manual Login Allowed",
|
||||
"settings.users.allowSSOManualLogin.message": "User can now login manually and through SSO",
|
||||
"settings.users.disallowSSOManualLogin": "Manual Login Disallowed",
|
||||
@@ -1996,6 +1997,7 @@
|
||||
"settings.users.userRoleUpdated": "Changes saved",
|
||||
"settings.users.userRoleUpdated.message": "{user} has been successfully updated to a {role}",
|
||||
"settings.users.userRoleUpdatedError": "Unable to updated role",
|
||||
"settings.users.table.update.error": "Failed to update table",
|
||||
"settings.users.table.header.user": "@:_reusableBaseText.user",
|
||||
"settings.users.table.header.accountType": "Account Type",
|
||||
"settings.users.table.header.2fa": "2FA",
|
||||
|
||||
Reference in New Issue
Block a user