Skip to content

Commit

Permalink
Merge pull request #10003 from nextcloud/rakekniven-patch-1
Browse files Browse the repository at this point in the history
chore(i18n): Capitalization standard
  • Loading branch information
hamza221 authored Aug 16, 2024
2 parents 27d0487 + c3aeeac commit 3fad97e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/AppSettingsMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@

<h6>{{ t('mail', 'Internal addresses') }}</h6>
<p class="settings-hint">
{{ t('mail', 'Highlight external email addressesby enabling this feature, manage your internal addresses and domains to ensure recognized contacts stay unmarked.') }}
{{ t('mail', 'Highlight external email addresses by enabling this feature, manage your internal addresses and domains to ensure recognized contacts stay unmarked.') }}
</p>
<p class="app-settings">
<input id="internal-address-toggle"
Expand Down
2 changes: 1 addition & 1 deletion src/components/PhishingWarning.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ul>
<div v-if="linkWarning !== undefined" class="warning__links">
<NcButton class="warning__links__button" type="Tertiary" @click="showMore = !showMore">
{{ showMore? t('mail','hide suspicious links') :t('mail','Show suspicious links') }}
{{ showMore? t('mail','Hide suspicious links') :t('mail','Show suspicious links') }}
</NcButton>
<div v-if="showMore">
<ul v-for="(link,index) in linkWarning.additionalData" :key="index" class="warning__list">
Expand Down

0 comments on commit 3fad97e

Please sign in to comment.