Ver a proveniência

rename restore message

pull/32/head
Jonathan Cobb há 4 anos
ascendente
cometimento
44dab2f86b
2 ficheiros alterados com 2 adições e 2 eliminações
  1. +1
    -1
      src/account/NetworkPage.vue
  2. +1
    -1
      src/auth/RestorePage.vue

+ 1
- 1
src/account/NetworkPage.vue Ver ficheiro

@@ -12,7 +12,7 @@
</button>
<button v-else :title="messages.message_network_restore"
:onclick="'window.open(\'' + nodeRestoreUrl + '\', \'_blank\')'">
{{ messages.message_network_restore }}
{{messages.message_network_restore}}
</button>
</h6>



+ 1
- 1
src/auth/RestorePage.vue Ver ficheiro

@@ -6,7 +6,7 @@
<div v-if="!configs"><img :src="loadingImgSrc" /></div>

<div v-else-if="configs.restoreInProgress" class="alert alert-info">
{{ messages.message_restore_not_applicable }}<hr/>
{{ messages.message_restore_in_progress }}<hr/>
<a href="/">{{ messages.message_back_to_root }}</a>
</div>



Carregando…
Cancelar
Guardar