Skip to content

Commit

Permalink
Fix config file message
Browse files Browse the repository at this point in the history
  • Loading branch information
SaifAqqad committed Jan 28, 2023
1 parent 9658863 commit 0da2003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore

steamguard.json
steam*.json

# User-specific files
*.rsuser
Expand Down
2 changes: 1 addition & 1 deletion Utils/Status.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static string GetMessage(this Status status)
Status.TotpGenerationFailure => "Failed to generate code",
Status.EncryptionFailure => "Failed to encrypt secret",
Status.DecryptionFailure => "Failed to decrypt secret",
Status.ConfigFileNotFound => "SteamGuard file not found or invalid",
Status.ConfigFileNotFound => "Config file not found or invalid",
_ => "Unknown error"
};
}
Expand Down

0 comments on commit 0da2003

Please sign in to comment.