From 62bda478abc4ccedb211d17c4657f6eace5d1080 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 12 Nov 2021 07:47:48 +0000 Subject: [PATCH] Bug 29460: Fix typo 'pendin g approval' Test plan: Apply and git grep for it. Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart --- installer/data/mysql/en/mandatory/sample_notices.yml | 2 +- installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml index ed95bfb4fb..48e1f030bf 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -1360,7 +1360,7 @@ tables: message_transport_type: email lang: default content: - - "

Suggestion pendin g approval

" + - "

Suggestion pending approval

" - "

Suggested by

" - "
    " - "
  • <> <>
  • " diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql b/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql index 28e7734241..7712ab46ac 100644 --- a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql +++ b/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql @@ -27,7 +27,7 @@ VALUES ('members', 'PROBLEM_REPORT','OPAC problem report','OPAC problem report','Username: <>\n\nProblem page: <>\n\nTitle: <>\n\nMessage: <>','email'); INSERT INTO `letter` (module, code, name, title, content, is_html, message_transport_type) -VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New suggestion','

    Suggestion pendin g approval

    +VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New suggestion','

    Suggestion pending approval

    Suggested by

    • <> <>
    • -- 2.39.2