Bug 36495: (follow-up) Terminology: COUNTER is an abbreviation

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Katrin Fischer 2024-04-26 15:41:02 +00:00
parent bb879d3d05
commit 658161f637
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -59,7 +59,7 @@ sub get {
return try {
my $counter_file = Koha::ERM::EUsage::CounterFiles->find( $c->param('erm_counter_files_id') );
return $c->render_resource_not_found("Counter file")
return $c->render_resource_not_found("COUNTER file")
unless $counter_file;
$c->render_file(
@ -80,7 +80,7 @@ sub delete {
my $counter_file = Koha::ERM::EUsage::CounterFiles->find( $c->param('erm_counter_files_id') );
return $c->render_resource_not_found("Counter file")
return $c->render_resource_not_found("COUNTER file")
unless $counter_file;
return try {