mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
fix description line-endings
This commit is contained in:
@ -17,9 +17,7 @@
|
|||||||
<h3 class="page-title mb-3">{{ $t('settings.update_app.avail_update') }}</h3>
|
<h3 class="page-title mb-3">{{ $t('settings.update_app.avail_update') }}</h3>
|
||||||
<label class="input-label">{{ $t('settings.update_app.next_version') }}</label><br>
|
<label class="input-label">{{ $t('settings.update_app.next_version') }}</label><br>
|
||||||
<label class="version">{{ updateData.version }}</label>
|
<label class="version">{{ updateData.version }}</label>
|
||||||
<p class="page-sub-title">
|
<p class="page-sub-title" style="white-space: pre-wrap;">{{ description }}</p>
|
||||||
{{ description }}
|
|
||||||
</p>
|
|
||||||
<base-button size="large" icon="rocket" color="theme" @click="onUpdateApp">
|
<base-button size="large" icon="rocket" color="theme" @click="onUpdateApp">
|
||||||
{{ $t('settings.update_app.update') }}
|
{{ $t('settings.update_app.update') }}
|
||||||
</base-button>
|
</base-button>
|
||||||
|
|||||||
Reference in New Issue
Block a user