Refactor strings #3404

This commit is contained in:
James Cole
2020-05-29 06:30:42 +02:00
parent 1a71d22146
commit 94e7c3527f
3 changed files with 3 additions and 3 deletions

View File

@@ -158,7 +158,7 @@
<button type="button" class="btn btn-default" data-dismiss="modal">{{ $t('firefly.close') }}</button> <button type="button" class="btn btn-default" data-dismiss="modal">{{ $t('firefly.close') }}</button>
<button type="button" class="btn btn-primary" @click="store"> <button type="button" class="btn btn-primary" @click="store">
{{ $t('firefly.create') }} {{ $t('firefly.profile_create') }}
</button> </button>
</div> </div>
</div> </div>

View File

@@ -139,7 +139,7 @@
<button type="button" class="btn btn-default" data-dismiss="modal">{{ $t('firefly.close') }}</button> <button type="button" class="btn btn-default" data-dismiss="modal">{{ $t('firefly.close') }}</button>
<button type="button" class="btn btn-primary" @click="store"> <button type="button" class="btn btn-primary" @click="store">
{{ $t('firefly.create') }} {{ $t('firefly.profile_create') }}
</button> </button>
</div> </div>
</div> </div>

View File

@@ -674,7 +674,7 @@ return [
'profile_no_personal_access_token' => 'You have not created any personal access tokens.', 'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
'profile_create_new_token' => 'Create New Token', 'profile_create_new_token' => 'Create New Token',
'profile_create_token' => 'Create Token', 'profile_create_token' => 'Create Token',
'profile_create' => 'Create',
// export data: // export data:
'import_and_export_menu' => 'Import and export', 'import_and_export_menu' => 'Import and export',