mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +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:
@@ -2234,5 +2234,8 @@
|
|||||||
"us": {
|
"us": {
|
||||||
"message": "US",
|
"message": "US",
|
||||||
"description": "United States"
|
"description": "United States"
|
||||||
|
},
|
||||||
|
"accessDenied": {
|
||||||
|
"message": "Access denied. You do not have permission to view this page."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2265,5 +2265,8 @@
|
|||||||
},
|
},
|
||||||
"selfHosted": {
|
"selfHosted": {
|
||||||
"message": "Self-hosted"
|
"message": "Self-hosted"
|
||||||
|
},
|
||||||
|
"accessDenied": {
|
||||||
|
"message": "Access denied. You do not have permission to view this page."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user