mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-14 10:19:48 +08:00
minor style fixes
This commit is contained in:
@@ -59,8 +59,7 @@
|
||||
<v-btn
|
||||
icon
|
||||
@click="triggerApplicationShutdown"
|
||||
:title="$t('triggerApplicationShutdown')"
|
||||
>
|
||||
:title="$t('trigger_application_shutdown')">
|
||||
<v-icon> mdi-power-plug-off</v-icon>
|
||||
</v-btn>
|
||||
</div>
|
||||
|
||||
@@ -23,7 +23,7 @@ export default {
|
||||
refresh: 'Refresh',
|
||||
location: 'Location',
|
||||
rename: 'Rename',
|
||||
triggerApplicationShutdown: 'Exit qBittorrent',
|
||||
trigger_application_shutdown: 'Exit qBittorrent',
|
||||
reannounce: 'Reannounce',
|
||||
recheck: 'Recheck',
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ export default {
|
||||
refresh: '刷新',
|
||||
location: '位置',
|
||||
rename: '重命名',
|
||||
triggerApplicationShutdown: '退出qBittorrent',
|
||||
trigger_application_shutdown: '退出qBittorrent',
|
||||
reannounce: '重新通告',
|
||||
recheck: '重新检查',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user