1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00: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
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."
}
}