mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-31 19:31:11 +02:00
Change button label 'Okay' to 'OK' on showAnalyticsLearnMoreDialog (#10983)
This commit is contained in:
parent
953da1ae2a
commit
af78a5a2f5
@ -331,7 +331,7 @@ export default class SecurityUserSettingsTab extends React.Component<IProps, ISt
|
|||||||
if (PosthogAnalytics.instance.isEnabled()) {
|
if (PosthogAnalytics.instance.isEnabled()) {
|
||||||
const onClickAnalyticsLearnMore = (): void => {
|
const onClickAnalyticsLearnMore = (): void => {
|
||||||
showAnalyticsLearnMoreDialog({
|
showAnalyticsLearnMoreDialog({
|
||||||
primaryButton: _t("Okay"),
|
primaryButton: _t("OK"),
|
||||||
hasCancel: false,
|
hasCancel: false,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
@ -1657,7 +1657,6 @@
|
|||||||
"Message search": "Message search",
|
"Message search": "Message search",
|
||||||
"Cross-signing": "Cross-signing",
|
"Cross-signing": "Cross-signing",
|
||||||
"Your server admin has disabled end-to-end encryption by default in private rooms & Direct Messages.": "Your server admin has disabled end-to-end encryption by default in private rooms & Direct Messages.",
|
"Your server admin has disabled end-to-end encryption by default in private rooms & Direct Messages.": "Your server admin has disabled end-to-end encryption by default in private rooms & Direct Messages.",
|
||||||
"Okay": "Okay",
|
|
||||||
"Privacy": "Privacy",
|
"Privacy": "Privacy",
|
||||||
"Share anonymous data to help us identify issues. Nothing personal. No third parties.": "Share anonymous data to help us identify issues. Nothing personal. No third parties.",
|
"Share anonymous data to help us identify issues. Nothing personal. No third parties.": "Share anonymous data to help us identify issues. Nothing personal. No third parties.",
|
||||||
"Sessions": "Sessions",
|
"Sessions": "Sessions",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user