Skip to content

Commit

Permalink
Strings
Browse files Browse the repository at this point in the history
  • Loading branch information
eynimeni committed Nov 5, 2024
1 parent ae1e5cf commit 46bd7f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class delete_conditions_from_bookinganswer_by_rule_adhoc extends \core\task\adho
* @throws \coding_exception
*/
public function get_name() {
return get_string('deletedatafrombookingansweradhock', 'mod_booking');
return get_string('deletedatafrombookingansweradhoc', 'mod_booking');
}

/**
Expand Down
1 change: 1 addition & 0 deletions lang/de/booking.php
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,7 @@
$string['deletecustomfield'] = 'Feld löschen?';
$string['deletecustomfield_help'] = 'Achtung: Wenn Sie diese Checkbox aktivieren, wird das zugehörige Feld beim Speichern gelöscht!';
$string['deletedatafrombookinganswer'] = 'Userdaten aus Buchungsformular löschen';
$string['deletedatafrombookingansweradhoc'] = 'Booking: Userdaten von Buchungsoption löschen (adhoc task)';
$string['deletedbookingusermessage'] = 'Guten Tag {$a->participant},
Die Buchung für {$a->title} wurde erfolgreich storniert
';
Expand Down
2 changes: 1 addition & 1 deletion lang/en/booking.php
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@
$string['deletecustomfield'] = 'Delete custom field?';
$string['deletecustomfield_help'] = 'Caution: Setting this checkbox will delete the associated custom field when saving.';
$string['deletedatafrombookinganswer'] = 'Delete userdata from booking form';
$string['deletedatafrombookingansweradhock'] = 'Booking: Delete userdata from booking form (adhock task)';
$string['deletedatafrombookingansweradhoc'] = 'Booking: Delete userdata from booking form (adhoc task)';
$string['deletedbookingusermessage'] = 'Hello {$a->participant},
Your booking for {$a->title} ({$a->startdate} {$a->starttime}) has been cancelled.
';
Expand Down

0 comments on commit 46bd7f7

Please sign in to comment.