mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-21 16:38:36 -06:00
Expand demo text [skip ci]
This commit is contained in:
parent
7ea15761a6
commit
94e264b6ce
@ -37,6 +37,7 @@ MAIL_ENCRYPTION=null
|
||||
SEND_REGISTRATION_MAIL=true
|
||||
SEND_ERROR_MESSAGE=true
|
||||
SHOW_INCOMPLETE_TRANSLATIONS=false
|
||||
|
||||
CACHE_PREFIX=firefly
|
||||
|
||||
ANALYTICS_ID=
|
||||
|
14
resources/lang/en_US/demo.php
Normal file
14
resources/lang/en_US/demo.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* demo.php
|
||||
* Copyright (c) 2016 thegrumpydictator@gmail.com
|
||||
* This software may be modified and distributed under the terms of the Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
'no_demo_text' => 'Sorry, there is no extra demo-explanation text for <abbr title="page: {{ Route.getCurrentRoute.getName }}">this page</abbr>.',
|
||||
'see_help_icon' => 'However, the <i class="fa fa-question-circle"></i>-icon in the top right corner may tell you more.',
|
||||
|
||||
];
|
@ -1,3 +1,3 @@
|
||||
Sorry, there is no extra demo-explanation text for <abbr title="page: {{ Route.getCurrentRoute.getName }}">this page</abbr>.
|
||||
{{ trans('demo.no_demo_text')|raw }}
|
||||
|
||||
However, the <i class="fa fa-question-circle"></i>-icon in the top right corner may tell you more.
|
||||
{{ trans('demo.see_help_icon')|raw }}
|
||||
|
Loading…
Reference in New Issue
Block a user