File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ <h3 class="s-12">{{ 'preferences.other.title' | transloco }}</h3>
133133 overlay
134134 nativeKeyboard
135135 > < ng-template #templatesModes let-label ="label ">
136- {{ 'mode.name.' + label | transloco }}
136+ {{ 'mode.name.' + ( label || 'default') | transloco }}
137137 </ ng-template >
138138 </ mg-input-select >
139139 </ mg-input >
Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ <h3>{{ 'generator.options.group.title' | transloco }}</h3>
132132 {{ 'generator.actions.change.mode.question' | transloco }}
133133 </ p >
134134 < p class ="info ">
135- < strong > {{ 'mode.name.' + _modeTemp | transloco }}</ strong >
136- < span > {{ 'generator.actions.change.mode.' + _modeTemp | transloco }}</ span >
135+ < strong > {{ 'mode.name.' + ( _modeTemp || 'default') | transloco }}</ strong >
136+ < span > {{ 'generator.actions.change.mode.' + ( _modeTemp || 'default') | transloco }}</ span >
137137 </ p >
138138
139139 < div class ="buttons ">
You can’t perform that action at this time.
0 commit comments