mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 15:53:36 -04:00
Updated visible 'Twitter' name to 'X' in Personal info
Signed-off-by: George Calderon <gcald117@gmail.com>
This commit is contained in:
parent
1d9c482e68
commit
4871f59c35
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
<template>
|
||||
<AccountPropertySection v-bind.sync="twitter"
|
||||
:placeholder="t('settings', 'Your Twitter handle')" />
|
||||
:placeholder="t('settings', 'Your X handle')" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
|
|||
|
|
@ -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', 'Twitter'),
|
||||
TWITTER: t('settings', 'X (Formerly Twitter)'),
|
||||
FEDIVERSE: t('settings', 'Fediverse (e.g. Mastodon)'),
|
||||
WEBSITE: t('settings', 'Website'),
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue