Skip to content

Commit

Permalink
Correct reference to language string in API index (no-jira) (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen authored Nov 15, 2022
1 parent b5e8e3e commit cba9a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/ApiUsers/columns.inc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
// Output advisory banner when co=1
if($vv_cur_co->id == 1) {
$indexBanners = [
__('registry.in.api.cmp')
__d('information','api.cmp')
];
}

Expand Down

0 comments on commit cba9a07

Please sign in to comment.