Skip to content

Commit

Permalink
fix(i18n): Align spelling of log file
Browse files Browse the repository at this point in the history
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
  • Loading branch information
rakekniven authored Jul 30, 2023
1 parent 2ca56f4 commit fe9cbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- Show information / warning message -->
<NcNoteCard v-if="settingsStore.localFile" type="info" class="info-note">
<div class="info-note__content">
<p>{{ t('logreader', 'Currently the logfile {file} is shown', { file: settingsStore.localFileName }) }}</p>
<p>{{ t('logreader', 'Currently the log file {file} is shown', { file: settingsStore.localFileName }) }}</p>
<NcButton type="secondary" @click="onShowServerLog">
{{ t('logreader', 'Show server log') }}
</NcButton>
Expand Down

0 comments on commit fe9cbed

Please sign in to comment.