Hi,
Yet there seems to be only one string available in the translation file for "Archive" ; it's <string name="settings_archive" but this string is used twice in the app in 2 differents contexts :
-
Action to archive an activity => should be a short verb to perform archiving action (for instance "Archiver" in french). A new string needs to be added to translation file

-
Action to view already archived activity from the settings => should be a phrase to view / open archived activities (for instance "Consulter les archives" in french). The current string can be used.

Could you please create a new string in the translation file and call it in the 1st screen button?
Thanks,