1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02:00

New Feature Flag Route Guard introduced in #5465 uses a translation which is missing from Desktop & Browser. Ported over the web translation. (#5588)

This commit is contained in:
Jared Snider 2023-06-10 20:08:14 -04:00 committed by GitHub
parent c70d67bad3
commit f436e97c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -2234,5 +2234,8 @@
"us": {
"message": "US",
"description": "United States"
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
}
}

View File

@ -2265,5 +2265,8 @@
},
"selfHosted": {
"message": "Self-hosted"
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
}
}