From 614eb80c9c9729c12dc6d892c2396af02e406e0d 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 Signed-off-by: Kyle M Hall --- 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 60635f49a8..f105fb5df5 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -1327,7 +1327,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 235e48007d..021d828ff4 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.5