Skip to content

Commit 0da2003

Browse files
committed
Fix config file message
1 parent 9658863 commit 0da2003

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##
44
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
55

6-
steamguard.json
6+
steam*.json
77

88
# User-specific files
99
*.rsuser

Utils/Status.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static string GetMessage(this Status status)
1919
Status.TotpGenerationFailure => "Failed to generate code",
2020
Status.EncryptionFailure => "Failed to encrypt secret",
2121
Status.DecryptionFailure => "Failed to decrypt secret",
22-
Status.ConfigFileNotFound => "SteamGuard file not found or invalid",
22+
Status.ConfigFileNotFound => "Config file not found or invalid",
2323
_ => "Unknown error"
2424
};
2525
}

0 commit comments

Comments
 (0)