mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-11 17:39:41 +00:00
Refactor and renam commands.
This commit is contained in:
@@ -1766,6 +1766,7 @@ return [
|
||||
'updated_currency' => 'Currency :name updated',
|
||||
'ask_site_owner' => 'Please ask :owner to add, remove or edit currencies.',
|
||||
'currencies_intro' => 'Firefly III supports various currencies which you can set and enable here.',
|
||||
'currencies_switch_default' => 'If you have a large database, switching from one default currency to another may take a moment.',
|
||||
'make_default_currency' => 'Make default',
|
||||
'default_currency' => 'default',
|
||||
'currency_is_disabled' => 'Disabled',
|
||||
|
||||
@@ -13,11 +13,10 @@
|
||||
<a class="btn btn-success pull-right" href="{{ route('currencies.create') }}">{{ 'create_currency'|_ }}</a>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<p class="text-info">
|
||||
<p>
|
||||
{{ 'currencies_intro'|_ }}
|
||||
</p>
|
||||
<p class="text-info">
|
||||
{{ 'currencies_default_disabled'|_ }}
|
||||
{{ 'currencies_switch_default'|_ }}
|
||||
</p>
|
||||
{% if currencies|length > 0 %}
|
||||
<div style="padding-left:8px;">
|
||||
|
||||
Reference in New Issue
Block a user