Skip to content

Commit

Permalink
fix: strings simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
sircharlo committed Nov 11, 2024
1 parent 8a102c5 commit 316d78d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@
"display": "Display",
"does-your-kingdom-hall-use-a-program-called-obs-studio": "Does your Kingdom Hall use a program called OBS Studio?",
"doing-so-will-greatly-simplify-and-facilitate-sharing-media-during-hybrid-meetings": "Doing so will greatly simplify and facilitate sharing media during hybrid meetings.",
"dont-forget-add-circuit-overseer-media": "Don't forget to add the closing song and any missing media.",
"dont-forget-add-opening-song": "Don't forget to add an opening song.",
"dont-forget-add-missing-media": "Don't forget to add any missing songs or media.",
"dont-forget-to-add-circuit-overseer-date": "For best results, add the date of the circuit overseer's visit to the \"{ congregationMeetings }\" section in { settings }.",
"download-status": "Download status",
"drag-and-drop-or ": "Drag and drop files here or",
Expand Down
4 changes: 2 additions & 2 deletions src/pages/MediaCalendarPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
>
<div class="row items-center">
<q-icon class="q-mr-sm" name="mmm-info" size="sm" />
<span>{{ $t('dont-forget-add-opening-song') }}</span>
<span>{{ $t('dont-forget-add-missing-media') }}</span>
</div>
</q-item-section>
</q-item>
Expand Down Expand Up @@ -416,7 +416,7 @@
>
<div class="row items-center">
<q-icon class="q-mr-sm" name="mmm-info" size="sm" />
<span>{{ $t('dont-forget-add-circuit-overseer-media') }}</span>
<span>{{ $t('dont-forget-add-missing-media') }}</span>
</div>
</q-item-section>
</q-item>
Expand Down

0 comments on commit 316d78d

Please sign in to comment.