Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit 1a6a6cd

Browse files
authored
Minor typos and word choice (#43)
1 parent 7e53905 commit 1a6a6cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/views/Configuration.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
<h2>{{ rootTitle }}</h2>
2828
<div v-if="isAdmin" class="configuration">
2929
<p>
30-
{{ t('mediadc', 'Welcome to MediaDC. You almost there! The last setup step - installation of Python dependencies.') }}
30+
{{ t('mediadc', 'Welcome to MediaDC. You're almost there! The last setup step - installation of Python dependencies.') }}
3131
<br>
3232
{{ t('mediadc', 'Here you can run automatic installation of Python MediaDC dependencies.') }}
3333
<br>
34-
{{ t('mediadc', 'This may take a few minutes (regarding on your system config).') }}
34+
{{ t('mediadc', 'This may take a few minutes (depending on your system config).') }}
3535
<br>
3636
{{ t('mediadc', 'After checking or installing you can see the results below in a detailed table (installed packages, errors, requirements overview).') }}
3737
<br>
38-
{{ t('mediadc', 'You can install all dependencies with hands, please refer documentation for your OS how to do this:') }}
38+
{{ t('mediadc', 'You can install all dependencies manually, please refer documentation for your OS how to do this:') }}
3939
<a href="https://github.com/andrey18106/mediadc/wiki">{{ t('mediadc', 'wikis') }}</a>.
4040
<br>
4141
{{ t('mediadc', 'If you have any additional questions contact us in') }} <a href="https://t.me/mediadc_support">{{ t('mediadc', 'Telegram chat') }}</a>.

0 commit comments

Comments
 (0)