]> source.dussan.org Git - nextcloud-server.git/commitdiff
Updated visible 'Twitter' name to 'X' in Personal info 41041/head
authorGeorge Calderon <gcald117@gmail.com>
Sun, 22 Oct 2023 01:00:37 +0000 (18:00 -0700)
committerAndy Scherzinger <info@andy-scherzinger.de>
Fri, 10 Nov 2023 16:42:10 +0000 (17:42 +0100)
Signed-off-by: George Calderon <gcald117@gmail.com>
apps/settings/src/components/PersonalInfo/TwitterSection.vue
apps/settings/src/constants/AccountPropertyConstants.js

index 78e4056cf33f89fd7ed4fd608b5b9bd72d925bc8..dda773a01792b8429e2376dbdc806a3ec9eb5935 100644 (file)
@@ -22,7 +22,7 @@
 
 <template>
        <AccountPropertySection v-bind.sync="twitter"
-               :placeholder="t('settings', 'Your X handle')" />
+               :placeholder="t('settings', 'Your X (formerly Twitter) handle')" />
 </template>
 
 <script>
index 2a9e7802fd73dfc289c8ba28318bfe1f2c6b6acf..04367fde811fdcc8871994792260676fc31a7f8d 100644 (file)
@@ -58,7 +58,7 @@ export const ACCOUNT_PROPERTY_READABLE_ENUM = Object.freeze({
        PHONE: t('settings', 'Phone number'),
        PROFILE_ENABLED: t('settings', 'Profile'),
        ROLE: t('settings', 'Role'),
-       TWITTER: t('settings', 'X (Formerly Twitter)'),
+       TWITTER: t('settings', 'X (formerly Twitter)'),
        FEDIVERSE: t('settings', 'Fediverse (e.g. Mastodon)'),
        WEBSITE: t('settings', 'Website'),
 })