- Issue created by @primsi
- Status changed to Needs work
about 1 year ago 8:00am 30 January 2024 - 🇨🇭Switzerland berdir Switzerland
-
+++ b/src/CapitaTranslatorUi.php @@ -40,20 +40,20 @@ class CapitaTranslatorUi extends TranslatorPluginUiBase { '#title' => $this->t('Password'), '#default_value' => $translator->getSetting('password'), - '#description' => $this->t('The password of your Capita TI account. Leave it empty to use your saved password.'), + '#description' => $this->t('The password of your Yes - LanguageLine Solutions account. Leave it empty to use your saved password.'), ];
There's an extra "Yes - " everywhere in those strings?
-
+++ b/src/CapitaTranslatorUi.php @@ -125,12 +125,12 @@ class CapitaTranslatorUi extends TranslatorPluginUiBase { '#type' => 'datetime', - '#date_timezone' => drupal_get_user_timezone(), + '#date_timezone' => date_default_timezone_get(), '#title' => $this->t('Due date'),
do we actually need this, isn't this the default anyway?
-
- Status changed to Needs review
about 1 year ago 8:39am 30 January 2024 - Status changed to Fixed
about 1 year ago 8:26am 13 March 2024 Automatically closed - issue fixed for 2 weeks with no activity.