Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update wording
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Apr 13, 2022
commit 782432a634487fd84dff79e18933c9355b6f3ebd
6 changes: 3 additions & 3 deletions src/components/ExportSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
<div class="section">
<h2>{{ t('user_migration', 'Export') }}</h2>

<h3 class="settings-hint">{{ t('user_migration', 'Select the data you want to export') }}</h3>
<h3 class="settings-hint">{{ t('user_migration', 'Please select the data you want to export') }}</h3>

<div class="section__grid">
<!-- Base user data is permanently enabled -->
<div class="section__checkbox">
<CheckboxRadioSwitch :checked="true"
:disabled="true">
User information and settings
{{ t('user_migration', 'User information and settings') }}
</CheckboxRadioSwitch>
<em class="section__description">Some descriptive text about the data to be exported. Aliquam eu sem at lacus consequat malesuada sit amet et nulla.</em>
<em class="section__description">{{ t('user_migration', 'Basic user information including user ID and display name as well as your settings') }}</em>
</div>
<div v-for="({id, displayName, description}) in sortedMigrators"
class="section__checkbox"
Expand Down
2 changes: 1 addition & 1 deletion src/components/ImportSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="section">
<h2>{{ t('user_migration', 'Import') }}</h2>

<h3 class="settings-hint">{{ t('user_migration', 'Please note that existing data may be overwritten.') }}</h3>
<h3 class="settings-hint">{{ t('user_migration', 'Please note that existing data may be overwritten') }}</h3>

<!-- TODO use server API -->

Expand Down