diff --git a/web/modules/custom/dpl_loans/src/Plugin/Block/LoanListBlock.php b/web/modules/custom/dpl_loans/src/Plugin/Block/LoanListBlock.php index db1b3230f..40bf98c3e 100644 --- a/web/modules/custom/dpl_loans/src/Plugin/Block/LoanListBlock.php +++ b/web/modules/custom/dpl_loans/src/Plugin/Block/LoanListBlock.php @@ -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. diff --git a/web/modules/custom/dpl_react_apps/dpl_react_apps.module b/web/modules/custom/dpl_react_apps/dpl_react_apps.module index 084f42fd1..ccbef1d76 100644 --- a/web/modules/custom/dpl_react_apps/dpl_react_apps.module +++ b/web/modules/custom/dpl_react_apps/dpl_react_apps.module @@ -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']),