Add missing productName string (#2596)
This commit is contained in:
@@ -165,6 +165,7 @@ export const SettingsModal: FC<Props> = ({
|
|||||||
<h4>{t("settings.developer_tab_title")}</h4>
|
<h4>{t("settings.developer_tab_title")}</h4>
|
||||||
<p>
|
<p>
|
||||||
{t("version", {
|
{t("version", {
|
||||||
|
productName: import.meta.env.VITE_PRODUCT_NAME || "Element Call",
|
||||||
version: import.meta.env.VITE_APP_VERSION || "dev",
|
version: import.meta.env.VITE_APP_VERSION || "dev",
|
||||||
})}
|
})}
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user