Change button label 'Okay' to 'OK' on showAnalyticsLearnMoreDialog (#10983)
This commit is contained in:
parent
953da1ae2a
commit
af78a5a2f5
2 changed files with 1 additions and 2 deletions
|
@ -331,7 +331,7 @@ export default class SecurityUserSettingsTab extends React.Component<IProps, ISt
|
|||
if (PosthogAnalytics.instance.isEnabled()) {
|
||||
const onClickAnalyticsLearnMore = (): void => {
|
||||
showAnalyticsLearnMoreDialog({
|
||||
primaryButton: _t("Okay"),
|
||||
primaryButton: _t("OK"),
|
||||
hasCancel: false,
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue