Skip to content

Commit 73c4d06

Browse files
committed
Chaning the order of languages.
1 parent 394a893 commit 73c4d06

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eform-client/src/app/modules/account-management/components/profile/profile-settings/profile-settings.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ export class ProfileSettingsComponent implements OnInit {
1616

1717
languages = [
1818
{id: 'en-US', text: 'English'},
19-
{id: 'de-DE', text: 'German'},
20-
{id: 'da-DK', text: 'Danish'}
19+
{id: 'da-DK', text: 'Danish'},
20+
{id: 'de-DE', text: 'German'}
2121
];
2222

2323
userSettingsModel: UserSettingsModel = new UserSettingsModel();

eform-client/src/app/modules/application-settings/components/connection-setup/connection-setup.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export class ConnectionSetupComponent implements OnInit {
1414

1515
languages = [
1616
{id: 'en-US', text: 'English'},
17-
{id: 'de-DE', text: 'German'},
18-
{id: 'da-DK', text: 'Danish'}
17+
{id: 'da-DK', text: 'Danish'},
18+
{id: 'de-DE', text: 'German'}
1919
];
2020

2121
serverTypes = [

0 commit comments

Comments
 (0)