Skip to content

Commit

Permalink
Update new_citizen_screen.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Thuyhaile authored Oct 27, 2023
1 parent dfb36e8 commit f65b3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/new_citizen_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ enum Roles {

/// This map provides translations for different roles used in the application
/// from English to Danish.
Map<Roles, String> roleText = <Roles, String>{
final Map<Roles, String> roleText = <Roles, String>{
Roles.guardian: 'Pædagog', // from Guardian to Pædagog
Roles.trustee: 'Værge', // from Trustee to Værge
Roles.citizen: 'Borger', // from Citizen to Borger
Expand Down

0 comments on commit f65b3e1

Please sign in to comment.