X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=templates%2Ftext_frame.sh;h=470ced4f651a79675fc5359394ba037a07bb27b5;hp=aa5858e5ec8252412954ebe712531b78480f7516;hb=5414898a3baef825844eda3f4416bfea5ecc9555;hpb=69e661b5c8ec195bd3c4998a623a60607b47059e diff --git a/templates/text_frame.sh b/templates/text_frame.sh index aa5858e..470ced4 100755 --- a/templates/text_frame.sh +++ b/templates/text_frame.sh @@ -15,7 +15,16 @@ # You should have received a copy of the GNU Affero General Public License # along with Confetti. If not, see . -item_name[p_cards]="Teilnehmende" item_name[p_courses]="Kurse" item_name[p_email]="Email" item_name[p_error]="Fehler" +item_name[p_categories]="Kategorien" + +case $PROFILE in +medical) +item_name[p_cards]="Klienten" +;; +circus) +item_name[p_cards]="Teilnehmende" +;; +esac