mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01: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:
parent
c70d67bad3
commit
f436e97c29
@ -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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user