Skip to content

Commit

Permalink
Better homepage label for last campaign executions.
Browse files Browse the repository at this point in the history
  • Loading branch information
vertigo17 committed Jun 14, 2024
1 parent 9374d93 commit 4a4a379
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4089,8 +4089,8 @@ public ArrayList<String> getSqlDocumentation() {
b.append(",('homepage','btn_addTag','','fr','Ajouter le tag','',NULL)");
b.append(",('homepage','btn_settings','','en','Customize','',NULL)");
b.append(",('homepage','btn_settings','','fr','Personnaliser','',NULL)");
b.append(",('homepage','lastTagExecution','','en','Last Campaign Executions','Display the statistics of the last campaign executed or the tags set in the settings',NULL)");
b.append(",('homepage','lastTagExecution','','fr','Dernières exécutions de campagne','Affiche les statistiques d\\'exécutions des dernieres campagnes exécutées (ou des tags définis dans les options).',NULL)");
b.append(",('homepage','lastTagExecution','','en','Last & Upcoming Campaign Executions','Display the statistics of the last and upcoming campaign executions or the ones set in the settings',NULL)");
b.append(",('homepage','lastTagExecution','','fr','Dernières et prochaines exécutions de campagne','Affiche les statistiques d\\'exécutions des prochaines et dernieres campagnes exécutées (ou des tags définis dans les options).',NULL)");
b.append(",('homepage','modal_title','','en','Tag Filter','This modal allows to add tags to the last campaign executions report',NULL)");
b.append(",('homepage','modal_title','','fr','Filtre des tags','Ce modal vous permet d\\'ajouter des tags au rapport des dernières exécutions de campagne',NULL)");
b.append(",('homepage','testCaseStatusByApp','','en','Test Case Status by Application','Workflow status of the test case by Application',NULL)");
Expand Down

0 comments on commit 4a4a379

Please sign in to comment.