Skip to content

Commit

Permalink
PR feedback on messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
kc13greiner committed Apr 25, 2023
1 parent ff0a571 commit 026d562
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function UserSettingsEditor({ formik }: { formik: ReturnType<typeof useUserProfi
description={
<FormattedMessage
id="xpack.security.accountManagement.userProfile.themeFormGroupDescription"
defaultMessage="Select the interface theme that you wish to apply across the platform."
defaultMessage="Select the appearance of your interface."
/>
}
>
Expand All @@ -173,7 +173,7 @@ function UserSettingsEditor({ formik }: { formik: ReturnType<typeof useUserProfi
<FormLabel for="data.userSettings.darkMode">
<FormattedMessage
id="xpack.security.accountManagement.userProfile.userSettings.theme"
defaultMessage="Theme mode"
defaultMessage="Mode"
/>
</FormLabel>
}
Expand All @@ -183,7 +183,7 @@ function UserSettingsEditor({ formik }: { formik: ReturnType<typeof useUserProfi
legend={i18n.translate(
'xpack.security.accountManagement.userProfile.userSettings.themeGroupDescription',
{
defaultMessage: 'Kibana Theme',
defaultMessage: 'Elastic theme',
}
)}
buttonSize="m"
Expand Down

0 comments on commit 026d562

Please sign in to comment.