chore: update scaffolder API reports

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2026-04-20 19:49:05 +01:00
parent c48da5c93d
commit 5de4a10b30
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -775,13 +775,13 @@ export const scaffolderTranslationRef: TranslationRef<
readonly 'actionsPage.action.examples': 'Examples';
readonly 'actionsPage.subtitle': 'This is the collection of all installed actions';
readonly 'actionsPage.pageTitle': 'Create a New Component';
readonly 'listTaskPage.content.emptyState.title': 'No information to display';
readonly 'listTaskPage.content.emptyState.description': 'There are no tasks or there was an issue communicating with backend.';
readonly 'listTaskPage.content.tableCell.template': 'Template';
readonly 'listTaskPage.content.tableCell.status': 'Status';
readonly 'listTaskPage.content.tableCell.owner': 'Owner';
readonly 'listTaskPage.content.tableCell.created': 'Created';
readonly 'listTaskPage.content.tableCell.taskID': 'Task ID';
readonly 'listTaskPage.content.emptyState.title': 'No information to display';
readonly 'listTaskPage.content.emptyState.description': 'There are no tasks or there was an issue communicating with backend.';
readonly 'listTaskPage.content.tableTitle': 'Tasks';
readonly 'listTaskPage.title': 'List template tasks';
readonly 'listTaskPage.subtitle': 'All tasks that have been started';
+2 -2
View File
@@ -673,13 +673,13 @@ export const scaffolderTranslationRef: TranslationRef<
readonly 'actionsPage.action.examples': 'Examples';
readonly 'actionsPage.subtitle': 'This is the collection of all installed actions';
readonly 'actionsPage.pageTitle': 'Create a New Component';
readonly 'listTaskPage.content.emptyState.title': 'No information to display';
readonly 'listTaskPage.content.emptyState.description': 'There are no tasks or there was an issue communicating with backend.';
readonly 'listTaskPage.content.tableCell.template': 'Template';
readonly 'listTaskPage.content.tableCell.status': 'Status';
readonly 'listTaskPage.content.tableCell.owner': 'Owner';
readonly 'listTaskPage.content.tableCell.created': 'Created';
readonly 'listTaskPage.content.tableCell.taskID': 'Task ID';
readonly 'listTaskPage.content.emptyState.title': 'No information to display';
readonly 'listTaskPage.content.emptyState.description': 'There are no tasks or there was an issue communicating with backend.';
readonly 'listTaskPage.content.tableTitle': 'Tasks';
readonly 'listTaskPage.title': 'List template tasks';
readonly 'listTaskPage.subtitle': 'All tasks that have been started';