mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-10 08:03:36 -06:00
Fix #976
This commit is contained in:
parent
810d2a3d87
commit
ca5249d839
@ -130,6 +130,7 @@ return [
|
||||
'transaction_data' => 'Transaction data',
|
||||
'invalid_server_configuration' => 'Invalid server configuration',
|
||||
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://github.com/firefly-iii/help/wiki/Missing-locale-packages">instructions how to do this</a>.',
|
||||
'quickswitch' => 'Quickswitch',
|
||||
|
||||
// search
|
||||
'search' => 'Search',
|
||||
|
@ -17,7 +17,7 @@
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">Quickswitch</label>
|
||||
<label class="col-sm-4 control-label">{{ 'quickswitch'|_ }}</label>
|
||||
|
||||
<div class="col-sm-8" id="switch-box">
|
||||
<div class="btn-group btn-group-justified">
|
||||
|
Loading…
Reference in New Issue
Block a user