aboutsummaryrefslogtreecommitdiff
path: root/packages/challenger-ui
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-15 22:53:14 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-15 22:53:14 +0100
commit07ff0c5a3781ff683f68f9821e9c94e02359791a (patch)
treea5ff5d92dfad21c5141751a07dd47aba73b68398 /packages/challenger-ui
parentdbcd4c020278c74bc2f3e34add94b074c168db40 (diff)
downloadwallet-core-07ff0c5a3781ff683f68f9821e9c94e02359791a.tar.xz
add .en to must files for English variant
Diffstat (limited to 'packages/challenger-ui')
-rwxr-xr-xpackages/challenger-ui/create_must.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/challenger-ui/create_must.sh b/packages/challenger-ui/create_must.sh
index 83dcb1885..1a92dd302 100755
--- a/packages/challenger-ui/create_must.sh
+++ b/packages/challenger-ui/create_must.sh
@@ -12,9 +12,8 @@ for file in *.html; do
sed 's/="main.css"/="..\/main.css"/' -i $file
#rename the extension to must template
- mv $file ${file:0:-5}.must
+ mv $file ${file:0:-5}.en.must
done
#delete unused files
rm main.js main.js.map main.css.map
-