Skip to content

Commit

Permalink
fix: 'Share from Files' wording fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet authored and Antreesy committed Oct 22, 2024
1 parent e54cbb0 commit 76be22d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/NewMessage/NewMessageAttachments.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ export default {
},
shareFromNextcloudLabel() {
return t('spreed', 'Share from {nextcloud}', { nextcloud: OC.theme.productName })
return IS_DESKTOP
? t('spreed', 'Share from {nextcloud}', { nextcloud: OC.theme.productName })
: t('spreed', 'Share from Files')
},
},
Expand Down

0 comments on commit 76be22d

Please sign in to comment.