From 97f4ac3cac9e08eac226a451cb804ccce95c29ed Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 10 May 2023 10:45:48 +0200 Subject: [PATCH] Bug 33658: Fix capitalization 'To Reproduce' Signed-off-by: Owen Leonard --- installer/data/mysql/db_revs/221200010.pl | 2 +- installer/data/mysql/en/optional/sample_news.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/db_revs/221200010.pl b/installer/data/mysql/db_revs/221200010.pl index 03d7a85e48..e7e033c3d2 100755 --- a/installer/data/mysql/db_revs/221200010.pl +++ b/installer/data/mysql/db_revs/221200010.pl @@ -67,7 +67,7 @@ return { **Describe the concern** A clear and concise description of what the concern is. - **To Reproduce** + **To reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' diff --git a/installer/data/mysql/en/optional/sample_news.yml b/installer/data/mysql/en/optional/sample_news.yml index db10ad18e9..9bbf06c733 100644 --- a/installer/data/mysql/en/optional/sample_news.yml +++ b/installer/data/mysql/en/optional/sample_news.yml @@ -75,7 +75,7 @@ tables: - "**Describe the concern**" - "A clear and concise description of what the concern is." - "" - - "**To Reproduce**" + - "**To reproduce**" - "Steps to reproduce the behavior:" - "1. Go to '...'" - "2. Click on '....'" -- 2.30.2