Rename system to SIB: update translations, logos, views, stores and logs
This commit is contained in:
@ -223,7 +223,7 @@ async function saveShuttle() {
|
||||
|
||||
<button class="deploy-btn" :disabled="isLoading" @click="saveShuttle">
|
||||
<span class="material-icons">{{ isLoading ? 'sync' : 'rocket_launch' }}</span>
|
||||
{{ isLoading ? 'PROCESANDO...' : 'PUBLICAR EN SIBU' }}
|
||||
{{ isLoading ? 'PROCESANDO...' : 'PUBLICAR EN SIB' }}
|
||||
</button>
|
||||
|
||||
<p v-if="showMessage.text" :class="['message', showMessage.type]">{{ showMessage.text }}</p>
|
||||
|
||||
Reference in New Issue
Block a user