mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
Fix typos (#12542)
Signed-off-by: Gjergji Ramku <gjergjiramku@gmail.com>
This commit is contained in:
parent
d15bb17b78
commit
0c9eb468e9
4 changed files with 7 additions and 7 deletions
|
@ -80,7 +80,7 @@ func ServCommand(ctx *macaron.Context) {
|
|||
KeyID: keyID,
|
||||
}
|
||||
|
||||
// Now because we're not translating things properly let's just default some Engish strings here
|
||||
// Now because we're not translating things properly let's just default some English strings here
|
||||
modeString := "read"
|
||||
if mode > models.AccessModeRead {
|
||||
modeString = "write to"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue