Skip to content

Commit 53daa8e

Browse files
committed
Avoid american/british spelling conundrum
1 parent 4c756f5 commit 53daa8e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

init/bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ if [ $? -eq 0 ]; then
4848
#show_msg ""
4949

5050
echo "Environment set up to use EESSI (${EESSI_VERSION}), have fun!"
51-
echo -e "\033[1;33mPlease note that by initializing and using the EESSI software stack,\nyou agree to abide by the EESSI Terms of Use\n(see https://www.eessi.io/docs/governance/terms_of_use/).\033[0m"
51+
echo -e "\033[1;33mPlease note that by configuring and using the EESSI software stack,\nyou agree to abide by the EESSI Terms of Use\n(see https://www.eessi.io/docs/governance/terms_of_use/).\033[0m"
5252

5353
fi

init/modules/EESSI/2023.06.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ if mode() == "load" then
191191
LmodMessage(load_message)
192192
-- notify about ToU
193193
LmodMessage("")
194-
tou_message = "Please note that by initializing and using the EESSI software stack, "
194+
tou_message = "Please note that by configuring and using the EESSI software stack, "
195195
tou_message = tou_message .. "you agree to abide by the EESSI Terms of Use "
196196
tou_message = tou_message .. "(see https://www.eessi.io/docs/governance/terms_of_use/)."
197197
LmodMessage(tou_message)

0 commit comments

Comments
 (0)