Skip to content

Commit 6ced337

Browse files
authored
Fixed quotes
1 parent 2278cc0 commit 6ced337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RAM-Logger.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $Lang = {
3939
[string]$l25 = "Connecting to computer"
4040
[string]$l26 = "Could not reach target computer"
4141
[string]$l27 = "Make sure computer name was entered correctly and WinRM is running / properly configured on target computer."
42-
[string]$l28 = "WinRM can be configured using "winrm quickconfig" command"
42+
[string]$l28 = "WinRM can be configured using ""winrm quickconfig"" command"
4343
[string]$l29 = "Monitoring computer"
4444
[string]$l30 = "Successfully connected to"
4545
}
@@ -71,7 +71,7 @@ $Lang = {
7171
[string]$l25 = "Під'єднання до комп'ютера"
7272
[string]$l26 = "Неможливо з'єднатися з цільовим комп'ютером"
7373
[string]$l27 = "Переконайтеся, що ім'я комп'ютера введено вірно та WinRM запущено / правильно налаштовано на цільовому комп'ютері."
74-
[string]$l28 = "Налаштувати WinRM можна за допомогою команди "winrm quickconfig""
74+
[string]$l28 = "Налаштувати WinRM можна за допомогою команди ""winrm quickconfig"""
7575
[string]$l29 = "Моніторинг комп'ютера"
7676
[string]$l30 = "Встановлено з'єднання з"
7777
}

0 commit comments

Comments
 (0)