mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 16:54:45 +01:00
algorithm.rs: Add translators note.
This commit is contained in:
parent
495fde3f93
commit
9f10e29099
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ impl OTPMethod {
|
|||
match *self {
|
||||
OTPMethod::HOTP => gettext("Counter-based"),
|
||||
OTPMethod::TOTP => gettext("Time-based"),
|
||||
// Translators: Steam refers to the gaming application by Valve.
|
||||
OTPMethod::Steam => gettext("Steam"),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue