mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 13:39:58 +01:00
Remove translation
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
f109065606
commit
03e59aa60c
@ -210,10 +210,9 @@ async function setupGlobals() {
|
||||
if (e instanceof SyntaxError) {
|
||||
dialog.showMessageBox({
|
||||
type: "error",
|
||||
title: _t("Your %(brand)s is misconfigured", { brand: vectorConfig.brand || 'Element' }),
|
||||
message: _t("Your custom %(brand)s configuration contains invalid JSON. " +
|
||||
"Please correct the problem and reopen %(brand)s.",
|
||||
{ brand: vectorConfig.brand || 'Element' }),
|
||||
title: `Your ${vectorConfig.brand || 'Element'} is misconfigured`,
|
||||
message: `Your custom ${vectorConfig.brand || 'Element'} configuration contains invalid JSON. ` +
|
||||
`Please correct the problem and reopen ${vectorConfig.brand || 'Element'}.`,
|
||||
detail: e.message || "",
|
||||
});
|
||||
}
|
||||
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"Your %(brand)s is misconfigured": "Your %(brand)s is misconfigured",
|
||||
"Your custom %(brand)s configuration contains invalid JSON. Please correct the problem and reopen %(brand)s.": "Your custom %(brand)s configuration contains invalid JSON. Please correct the problem and reopen %(brand)s.",
|
||||
"Cancel": "Cancel",
|
||||
"Close Element": "Close Element",
|
||||
"Are you sure you want to quit?": "Are you sure you want to quit?",
|
||||
|
Loading…
x
Reference in New Issue
Block a user