diff options
author | George Calderon <gcald117@gmail.com> | 2023-10-21 18:00:37 -0700 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2023-11-10 17:42:10 +0100 |
commit | a04768628267e34e7eeb40e3dbca434e04a9fd06 (patch) | |
tree | 98ee2d7e59e341230fd1d115cfa64cbe3e58a92e /apps/settings/src/components | |
parent | 4871f59c35842591912c8bbb34e8bd3b2ed34932 (diff) | |
download | nextcloud-server-a04768628267e34e7eeb40e3dbca434e04a9fd06.tar.gz nextcloud-server-a04768628267e34e7eeb40e3dbca434e04a9fd06.zip |
Updated visible 'Twitter' name to 'X' in Personal info
Signed-off-by: George Calderon <gcald117@gmail.com>
Diffstat (limited to 'apps/settings/src/components')
-rw-r--r-- | apps/settings/src/components/PersonalInfo/TwitterSection.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/PersonalInfo/TwitterSection.vue b/apps/settings/src/components/PersonalInfo/TwitterSection.vue index 78e4056cf33..dda773a0179 100644 --- a/apps/settings/src/components/PersonalInfo/TwitterSection.vue +++ b/apps/settings/src/components/PersonalInfo/TwitterSection.vue @@ -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> |