diff --git a/src/components/media_upload/media_upload.vue b/src/components/media_upload/media_upload.vue index c761b94f..993c01a4 100644 --- a/src/components/media_upload/media_upload.vue +++ b/src/components/media_upload/media_upload.vue @@ -1,7 +1,7 @@ diff --git a/src/components/settings_modal/admin_tabs/frontends_tab.vue b/src/components/settings_modal/admin_tabs/frontends_tab.vue index 71bbfa69..e108a963 100644 --- a/src/components/settings_modal/admin_tabs/frontends_tab.vue +++ b/src/components/settings_modal/admin_tabs/frontends_tab.vue @@ -1,5 +1,8 @@ - + {{ $t('admin_dash.tabs.frontends') }} {{ $t('admin_dash.frontend.wip_notice') }} @@ -20,23 +23,26 @@ - + {{ $t('admin_dash.frontend.available_frontends') }} - + {{ frontend.name }} {{ ' ' }} {{ adminDraft[':pleroma'][':frontends'][':primary'].ref }} @@ -45,13 +51,30 @@ {{ $t('admin_dash.frontend.repository') }} - {{ frontend.git }} + + {{ frontend.git }} + {{ $t('admin_dash.frontend.versions') }} - {{ ref }} + + {{ ref }} + - {{ $t('admin_dash.frontend.build_url') }} - {{ frontend.build_url }} + + {{ $t('admin_dash.frontend.build_url') }} + + + {{ frontend.build_url }} + @@ -62,7 +85,7 @@ @click="update(frontend)" > {{ - frontend.installed + frontend.installed ? $t('admin_dash.frontend.reinstall') : $t('admin_dash.frontend.install') }} @@ -100,19 +123,22 @@ - + {{ - $t('admin_dash.frontend.set_default') + $t('admin_dash.frontend.set_default') }} {{ ' ' }} diff --git a/src/components/settings_modal/helpers/attachment_setting.vue b/src/components/settings_modal/helpers/attachment_setting.vue index cc2278b0..0bede2c2 100644 --- a/src/components/settings_modal/helpers/attachment_setting.vue +++ b/src/components/settings_modal/helpers/attachment_setting.vue @@ -3,7 +3,10 @@ v-if="matchesExpertLevel" class="AttachmentSetting" > - + {{ backendDescriptionLabel + ' ' }} @@ -51,10 +54,10 @@ ref="mediaUpload" class="media-upload-icon" :drop-files="dropFiles" - @uploaded="setMediaFile" - @upload-failed="uploadFailed" normal-button :accept-types="acceptTypes" + @uploaded="setMediaFile" + @upload-failed="uploadFailed" /> diff --git a/src/components/settings_modal/helpers/number_setting.vue b/src/components/settings_modal/helpers/number_setting.vue index ce168570..065cfbcf 100644 --- a/src/components/settings_modal/helpers/number_setting.vue +++ b/src/components/settings_modal/helpers/number_setting.vue @@ -3,7 +3,10 @@ v-if="matchesExpertLevel" class="NumberSetting" > - + {{ backendDescriptionLabel + ' ' }} diff --git a/src/components/settings_modal/helpers/string_setting.vue b/src/components/settings_modal/helpers/string_setting.vue index 84d0a9d6..9de99d78 100644 --- a/src/components/settings_modal/helpers/string_setting.vue +++ b/src/components/settings_modal/helpers/string_setting.vue @@ -3,7 +3,10 @@ v-if="matchesExpertLevel" class="StringSetting" > - + {{ backendDescriptionLabel + ' ' }} diff --git a/src/components/settings_modal/settings_modal.vue b/src/components/settings_modal/settings_modal.vue index 57ec5535..4e7fd931 100644 --- a/src/components/settings_modal/settings_modal.vue +++ b/src/components/settings_modal/settings_modal.vue @@ -125,21 +125,24 @@ id="unscrolled-content" class="extra-content" /> - + - {{ $t("admin_dash.reset_all") }} + {{ $t("admin_dash.reset_all") }} {{ ' ' }} - {{ $t("admin_dash.commit_all") }} + {{ $t("admin_dash.commit_all") }}
{{ $t('admin_dash.frontend.wip_notice') }}
{{ adminDraft[':pleroma'][':frontends'][':primary'].ref }}
{{ ref }}