Back to translated button

This commit is contained in:
Timo
2025-05-20 10:17:25 +02:00
parent 0412629871
commit 1cf11b91c1
2 changed files with 5 additions and 2 deletions

View File

@@ -162,20 +162,24 @@ export interface UrlParams {
* creating a spa link.
*/
homeserver: string | null;
/**
* The user's intent with respect to the call.
* e.g. if they clicked a Start Call button, this would be `start_call`.
* If it was a Join Call button, it would be `join_existing`.
*/
intent: string | null;
/**
* The rageshake submit URL. This is only used in the embedded package of Element Call.
*/
rageshakeSubmitUrl: string | null;
/**
* The Sentry DSN. This is only used in the embedded package of Element Call.
*/
sentryDsn: string | null;
/**
* The Sentry environment. This is only used in the embedded package of Element Call.
*/

View File

@@ -131,8 +131,7 @@ export const SettingsModal: FC<Props> = ({
window.controls.showNativeOutputDevicePicker?.();
}}
>
{/* {t("settings.devices.change_device_button")} */}
Test
{t("settings.devices.change_device_button")}
</Button>
)}
<DeviceSelection