From ac5b498cd7dbd317f00cbf7a66bb261421a85754 Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Wed, 17 Mar 2021 19:01:24 +0000 Subject: [PATCH] dont like the look of it without any text --- views/includes/postform.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/includes/postform.pug b/views/includes/postform.pug index f799db1c..91a5f6ed 100644 --- a/views/includes/postform.pug +++ b/views/includes/postform.pug @@ -71,7 +71,7 @@ section.form-wrapper.flex-center section.row .label Flag select#customflag(name='customflag') - option(value='') #{board.settings.geoFlags === true ? 'Country Flag' : ''} + option(value='') #{board.settings.geoFlags === true ? 'Geographic Flag' : 'None'} each flag in boardFlags option(value=flag[0] data-src=`/flag/${board._id}/${flag[1]}`) #{flag[0]} img.jsonly#selected-flag