mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
AppInfo: <strong> for installed version and alternatives
This commit is contained in:
parent
d4c23d96f2
commit
3b6b453f43
2 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@
|
|||
"api_not_responding": "The YunoHost API is not responding. Maybe 'yunohost-api' is down or got restarted?",
|
||||
"api_waiting": "Waiting for the server's response...",
|
||||
"app": {
|
||||
"installed_version": "Installed version: {version}",
|
||||
"installed_version": "Installed version:",
|
||||
"open_this_app": "Open this app",
|
||||
"antifeatures": "This app has features you may not like:",
|
||||
"doc": {
|
||||
|
|
|
@ -72,10 +72,10 @@
|
|||
</div>
|
||||
|
||||
<p class="text-secondary">
|
||||
{{ $t('app.installed_version', { version: app.version }) }}<br>
|
||||
<strong v-t="'app.installed_version'" /> {{ app.version }}<br>
|
||||
|
||||
<template v-if="app.alternativeTo">
|
||||
{{ $t('app.potential_alternative_to') }} {{ app.alternativeTo }}
|
||||
<strong v-t="'app.potential_alternative_to'" /> {{ app.alternativeTo }}
|
||||
</template>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue