mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Refactor strings #3404
This commit is contained in:
@@ -158,7 +158,7 @@
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal">{{ $t('firefly.close') }}</button>
|
||||
|
||||
<button type="button" class="btn btn-primary" @click="store">
|
||||
{{ $t('firefly.create') }}
|
||||
{{ $t('firefly.profile_create') }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -139,7 +139,7 @@
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal">{{ $t('firefly.close') }}</button>
|
||||
|
||||
<button type="button" class="btn btn-primary" @click="store">
|
||||
{{ $t('firefly.create') }}
|
||||
{{ $t('firefly.profile_create') }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -674,7 +674,7 @@ return [
|
||||
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||
'profile_create_new_token' => 'Create New Token',
|
||||
'profile_create_token' => 'Create Token',
|
||||
|
||||
'profile_create' => 'Create',
|
||||
|
||||
// export data:
|
||||
'import_and_export_menu' => 'Import and export',
|
||||
|
Reference in New Issue
Block a user