You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the admin page, in the Dashboard -> Operations, the first operation (in English) is: Delete all inactive accounts
However, I wanted to know what inactive means (1 week, 1 month, 1 year ?). After some researches, I found that the string is the translation of delete_inactivate_accounts which calls the function DeleteInactivateUsers of models/user.go.
If we look at the function, it deletes users not activated.
So there is a misunderstanding between inactive and inactivate. It seems that other languages are also badly translated. How can we fix the meaning of the function in all the different languages ?
The text was updated successfully, but these errors were encountered:
[x]
):Description
In the admin page, in the Dashboard -> Operations, the first operation (in English) is:
Delete all inactive accounts
However, I wanted to know what inactive means (1 week, 1 month, 1 year ?). After some researches, I found that the string is the translation of
delete_inactivate_accounts
which calls the functionDeleteInactivateUsers
ofmodels/user.go
.If we look at the function, it deletes users not activated.
So there is a misunderstanding between inactive and inactivate. It seems that other languages are also badly translated. How can we fix the meaning of the function in all the different languages ?
The text was updated successfully, but these errors were encountered: