Fix success message when validating group follower

Closes #612

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-03-02 17:34:28 +01:00
parent 188ec3748a
commit 191be0f8e4
3 changed files with 12 additions and 7 deletions

View File

@@ -956,5 +956,6 @@
"The group's avatar was changed.": "The group's avatar was changed.",
"The group's banner was changed.": "The group's banner was changed.",
"The group's short description was changed.": "The group's short description was changed.",
"No information": "No information"
"No information": "No information",
"@{username}'s follow request was accepted": "@{username}'s follow request was accepted"
}

View File

@@ -1050,5 +1050,6 @@
"{title} ({count} todos)": "{title} ({count} todos)",
"{username} was invited to {group}": "{username} a été invité à {group}",
"© The OpenStreetMap Contributors": "© Les Contributeur⋅ices OpenStreetMap",
"No information": "Non renseigné"
"No information": "Non renseigné",
"@{username}'s follow request was accepted": "@{username}'s follow request was accepted"
}