mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
registration: Fix comment
This commit is contained in:
parent
4b74f0826c
commit
5d6b4127ff
@ -19,7 +19,7 @@ import (
|
|||||||
const (
|
const (
|
||||||
keyAccountExists = "account %s exists"
|
keyAccountExists = "account %s exists"
|
||||||
keyAccountVerified = "account %s verified"
|
keyAccountVerified = "account %s verified"
|
||||||
keyAccountName = "account %s name" // stores the 'preferred name' of the account, casemapped appropriately
|
keyAccountName = "account %s name" // stores the 'preferred name' of the account, not casemapped
|
||||||
keyAccountRegTime = "account %s registered.time"
|
keyAccountRegTime = "account %s registered.time"
|
||||||
keyAccountCredentials = "account %s credentials"
|
keyAccountCredentials = "account %s credentials"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user