Browse Source

Add line break before note

pull/38/head
Kristijan Mitrovic 4 years ago
parent
commit
faa20c9dba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/account/NetworkPage.vue

+ 1
- 1
src/account/NetworkPage.vue View File

@@ -103,7 +103,7 @@
</button>
</span>
<img v-show="loading && loading.retrieveNetworkKeys" :src="loadingImgSrc" />
<small v-if="loading && loading.fullBackupRequested">{{ messages.label_download_backup_note }}</small>
<br/><small v-if="loading && loading.fullBackupRequested">{{ messages.label_download_backup_note }}</small>

<span v-html="latestBackupInfoHtml"></span>



Loading…
Cancel
Save