Skip to content

Commit

Permalink
[Translation]: Add username translation in login form (#341)
Browse files Browse the repository at this point in the history
* Update admin.en.yaml

* lowercased the internal usage, removed lowercased from extended
  • Loading branch information
kingjia90 authored Nov 14, 2023
1 parent e412b05 commit d9564cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/js/pimcore/element/permissionchecker.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ pimcore.element.permissionchecker = Class.create({
this.resultPanel.removeAll();

var columns = [
{text: t("Username"), sortable: false, dataIndex: "userName", editable: false, flex: 150, filter: 'string'}
{text: t("username"), sortable: false, dataIndex: "userName", editable: false, flex: 150, filter: 'string'}
];

var columnCount = data.columns.length;
Expand Down
1 change: 1 addition & 0 deletions translations/admin.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,7 @@ email_log_subject: Subject
gdpr_data_extractor_label_email: 'Email Address'
workflow_notes: Notes
2fa_code: Code
username: Username
password: Password
show_metainfo: Info
email_log_from: From
Expand Down
1 change: 0 additions & 1 deletion translations/admin_ext.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,6 @@ quantityValueRange_field: Quantity Value Range
numeric: Number
structuredtable_type_number: Number
objectsMetadata_type_number: Number
username: Username
localized_fields: Localized Fields
field_collections: Field-Collections
special_settings_tooltip: Special Settings
Expand Down

0 comments on commit d9564cd

Please sign in to comment.