algorithm.rs: Add translators note.

This commit is contained in:
Maximiliano Sandoval R 2021-01-23 17:36:44 +01:00
parent 495fde3f93
commit 9f10e29099
Failed to generate hash of commit

View file

@ -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"),
}
}