mirror of
https://github.com/nextcloud/server.git
synced 2026-05-20 17:15:46 -04:00
Merge pull request #41385 from nextcloud/chore/update-twitter-to-x-in-personal-settings
Chore/update twitter to x in personal settings
This commit is contained in:
commit
3261c728b4
6 changed files with 8 additions and 8 deletions
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
<template>
|
||||
<AccountPropertySection v-bind.sync="twitter"
|
||||
:placeholder="t('settings', 'Your Twitter handle')" />
|
||||
:placeholder="t('settings', 'Your X (formerly Twitter) 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'),
|
||||
})
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
dist/settings-vue-settings-personal-info.js
vendored
4
dist/settings-vue-settings-personal-info.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue