From 3572c30a4eaca63dc7311b85cd0444f09263bf5e Mon Sep 17 00:00:00 2001 From: Arild Matsson Date: Tue, 24 Sep 2024 15:34:53 +0200 Subject: [PATCH] style: clearer caution next to config custom upload --- CHANGELOG.md | 1 + src/corpus/config/CorpusConfigCustom.vue | 10 +++++++++- src/i18n/locales/en.yaml | 3 ++- src/i18n/locales/sv.yaml | 3 ++- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee7725d..9a83b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ As this project is a user-facing application, the places in the semantic version - Improved repo documentation - Replaced Font Awesome with Phosphor Icons +- Clearer message of caution next to custom config upload form ### Fixed diff --git a/src/corpus/config/CorpusConfigCustom.vue b/src/corpus/config/CorpusConfigCustom.vue index 8415d53..e125197 100644 --- a/src/corpus/config/CorpusConfigCustom.vue +++ b/src/corpus/config/CorpusConfigCustom.vue @@ -1,5 +1,6 @@