Skip to content

Commit

Permalink
[welcome] fixed a typo in a translation placeholder name (see also pa…
Browse files Browse the repository at this point in the history
…ckage eos-translations)
  • Loading branch information
manuel-192 committed Apr 19, 2024
1 parent 1fd7fac commit 0262ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion welcome
Original file line number Diff line number Diff line change
Expand Up @@ -1669,7 +1669,7 @@ StartHere() {
news_date="$(curl --fail -Lsm 10 -o- $news_date_url)"
if [ $? -eq 0 ] ; then
if [ -n "$news_date" ] ; then
notebook+=(--text="$(ltr nb_nofify_user1)\n$news_date\n$(ltr nb_nofify_user2) <b>$(ltr butt_softnews)</b> $(ltr nb_nofify_user3)\n")
notebook+=(--text="$(ltr nb_notify_user1)\n$news_date\n$(ltr nb_notify_user2) <b>$(ltr butt_softnews)</b> $(ltr nb_notify_user3)\n")
fi
fi
fi
Expand Down

0 comments on commit 0262ce0

Please sign in to comment.