diff --git a/3rdparty b/3rdparty index ec0e643aab90b..5935defbd4b61 160000 --- a/3rdparty +++ b/3rdparty @@ -1 +1 @@ -Subproject commit ec0e643aab90b8366fe1267b7068ed6e2b95532c +Subproject commit 5935defbd4b614d76f84ef357f28810957d1ee11 diff --git a/apps/profile/src/views/ProfileApp.vue b/apps/profile/src/views/ProfileApp.vue index 92faf6fce3491..dc6e49bcddc1c 100644 --- a/apps/profile/src/views/ProfileApp.vue +++ b/apps/profile/src/views/ProfileApp.vue @@ -66,8 +66,8 @@ const otherActions = profileParameters.actions.slice(1) const settingsUrl = generateUrl('/settings/user') const emptyProfileMessage = isCurrentUser - ? t('profile', 'You have not added any info yet') - : t('profile', '{user} has not added any info yet', { user: (profileParameters.displayname || profileParameters.userId || '') }) + ? t('profile', 'You have not added a headline or biography yet') + : t('profile', '{user} has not added a headline or biography yet', { user: (profileParameters.displayname || profileParameters.userId || '') }) onMounted(() => { // Set the user's displayname or userId in the page title and preserve the default title of "Nextcloud" at the end