Skip to content

Commit

Permalink
Change translations
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperbirch1 committed Dec 2, 2024
1 parent 314697e commit 3a01a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function build() {
"expiration-warning-days-before-config" => $generalSettings->get('expiration_warning_days_before_config') ?? GeneralSettings::EXPIRATION_WARNING_DAYS_BEFORE_CONFIG,

// Urls.
'ereolen-my-page-url' => dpl_react_apps_format_app_url($generalSettings->get('ereolen_my_page_url'), GeneralSettings::EREOLEN_MY_PAGE_URL),
// 'material-url' => dpl-react-apps-format-app-url($generalSettings->get('ereolen_my_page_url'), GeneralSettings::EREOLEN_MY_PAGE_URL),
'material-overdue-url' => Url::fromRoute('dpl_loans.list', [], ['absolute' => TRUE])->toString(),

// Texts.
Expand Down
2 changes: 1 addition & 1 deletion web/modules/custom/dpl_react_apps/dpl_react_apps.module
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function dpl_react_apps_texts(): array {
'material-by-author' => t("By", [], ['context' => 'Global']),
'material-details-close-modal-aria-label' => t('Close material details modal', [], ['context' => 'Global']),
'material-details-digital-due-date-label' => t("Expires", [], ['context' => 'Global']),
'material-details-go-to-ereolen' => t("Go to eReolen", [], ['context' => 'Global']),
'material-details-go-to-material-text' => t('Go to material', [], ['context' => 'Global']),
'material-details-link-to-page-with-fees' => t('Read more about fees', [], ['context' => 'Global']),
'material-details-loan-date-label' => t('Loan date', [], ['context' => 'Global']),
'material-details-material-number-label' => t('Material Item Number', [], ['context' => 'Global']),
Expand Down

0 comments on commit 3a01a7f

Please sign in to comment.