diff --git a/config.sample.json b/config.sample.json index 5ddc34b3fc9..c048bf50c85 100644 --- a/config.sample.json +++ b/config.sample.json @@ -13,7 +13,7 @@ "disable_login_language_selector": false, "disable_3pid_login": false, "force_verification": false, - "brand": "Element", + "brand": "SchildiChat", "integrations_ui_url": "https://scalar.vector.im/", "integrations_rest_url": "https://scalar.vector.im/api", "integrations_widgets_urls": [ diff --git a/contribute.json b/contribute.json index 5c7fc79d398..ece8f8a0c36 100644 --- a/contribute.json +++ b/contribute.json @@ -1,13 +1,13 @@ { - "name": "Element", - "description": "A glossy Matrix collaboration client for the web.", + "name": "SchildiChat", + "description": "A feature-rich messenger for Matrix based on Element with some extras and tweaks.", "repository": { - "url": "https://github.com/element-hq/element-web", + "url": "https://github.com/SchildiChat/schildichat-desktop", "license": "AGPL-3.0-only OR GPL-3.0-only" }, "bugs": { - "list": "https://github.com/element-hq/element-web/issues", - "report": "https://github.com/element-hq/element-web/issues/new/choose" + "list": "https://github.com/SchildiChat/schildichat-desktop/issues", + "report": "https://github.com/SchildiChat/schildichat-desktop/issues/new/choose" }, - "keywords": ["chat", "riot", "matrix"] + "keywords": ["chat", "schildichat", "matrix"] } diff --git a/res/manifest.json b/res/manifest.json index f6f1e91bf47..f4f71e7bd67 100644 --- a/res/manifest.json +++ b/res/manifest.json @@ -1,6 +1,6 @@ { - "name": "Element", - "short_name": "Element", + "name": "SchildiChat", + "short_name": "SC", "display": "standalone", "theme_color": "#76CFA6", "start_url": "index.html", diff --git a/src/SdkConfig.ts b/src/SdkConfig.ts index cbec03381ac..d73d92df598 100644 --- a/src/SdkConfig.ts +++ b/src/SdkConfig.ts @@ -17,7 +17,7 @@ import { DeepReadonly, Defaultize } from "./@types/common"; // see element-web config.md for docs, or the IConfigOptions interface for dev docs export const DEFAULTS: DeepReadonly = { - brand: "Element", + brand: "SchildiChat", help_url: "https://element.io/help", help_encryption_url: "https://element.io/help#encryption", integrations_ui_url: "https://scalar.vector.im/", diff --git a/src/async-components/structures/ErrorView.tsx b/src/async-components/structures/ErrorView.tsx index 5e60b8e67cb..a938446b3c0 100644 --- a/src/async-components/structures/ErrorView.tsx +++ b/src/async-components/structures/ErrorView.tsx @@ -121,7 +121,7 @@ export const UnsupportedBrowserView: React.FC<{ onAccept?(): void; }> = ({ onAccept }) => { const config = SdkConfig.get(); - const brand = config.brand ?? "Element"; + const brand = config.brand ?? "SchildiChat"; const hasDesktopBuilds = config.desktop_builds?.available && diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 66428300a08..3935963780a 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -645,7 +645,7 @@ "stop_voice_message": "Stop recording", "voice_message_button": "Voice Message" }, - "console_dev_note": "If you know what you're doing, Element is open-source, be sure to check out our GitHub (https://github.com/vector-im/element-web/) and contribute!", + "console_dev_note": "If you know what you're doing, SchildiChat is open-source, be sure to check out our GitHub (https://github.com/SchildiChat/schildichat-desktop/) and contribute!", "console_scam_warning": "If someone told you to copy/paste something here, there is a high likelihood you're being scammed!", "console_wait": "Wait!", "create_room": { @@ -1039,11 +1039,11 @@ "hs_blocked": "This homeserver has been blocked by its administrator.", "invalid_configuration_mixed_server": "Invalid configuration: a default_hs_url can't be specified along with default_server_name or default_server_config", "invalid_configuration_no_server": "Invalid configuration: no default server specified.", - "invalid_json": "Your Element configuration contains invalid JSON. Please correct the problem and reload the page.", + "invalid_json": "Your SchildiChat configuration contains invalid JSON. Please correct the problem and reload the page.", "invalid_json_detail": "The message from the parser is: %(message)s", "invalid_json_generic": "Invalid JSON", "mau": "This homeserver has hit its Monthly Active User limit.", - "misconfigured": "Your Element is misconfigured", + "misconfigured": "Your SchildiChat is misconfigured", "mixed_content": "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts.", "non_urgent_echo_failure_toast": "Your server isn't responding to some requests.", "resource_limits": "This homeserver has exceeded one of its resource limits.", diff --git a/src/vector/index.html b/src/vector/index.html index 0c21a0791b6..2c72be13106 100644 --- a/src/vector/index.html +++ b/src/vector/index.html @@ -2,7 +2,7 @@ - Element + SchildiChat @@ -16,8 +16,8 @@ - - + + @@ -58,7 +58,7 @@ - +
<%