Skip to content

Commit 4263cb8

Browse files
authored
Merge pull request #12203 from nextcloud/rakekniven-patch-1
chore(i18n): Fixed grammar
2 parents 854e815 + 1531255 commit 4263cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MailboxThread.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ export default {
260260
return {
261261
262262
importantInfo: t('mail', 'Messages will automatically be marked as important based on which messages you interacted with or marked as important. In the beginning you might have to manually change the importance to teach the system, but it will improve over time.'),
263-
favoritesInfo: t('mail', 'Messages that your mark as favorite will be shown at the top of folders. You can disable this behavior in the app settings'),
263+
favoritesInfo: t('mail', 'Messages that you marked as favorite will be shown at the top of folders. You can disable this behavior in the app settings'),
264264
followupInfo: t('mail', 'Messages sent by you that require a reply but did not receive one after a couple of days will be shown here.'),
265265
bus: mitt(),
266266
searchQuery: undefined,

0 commit comments

Comments
 (0)