Skip to content

Commit 40dbf77

Browse files
committed
Fixed: Translate
1 parent 3c49378 commit 40dbf77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/elements/connect/connect-dialog/advanced-option/advanced-option.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export class ElementAdvancedOptionComponent implements OnChanges, OnInit {
151151
type: 'select',
152152
field: 'reusable',
153153
options: this.boolChoices,
154-
label: ' RDP file reusable',
154+
label: 'RDP file reusable',
155155
value: false,
156156
hidden: () => {
157157
if (!this.connectMethod) return true;

0 commit comments

Comments
 (0)