diff --git a/src/3af7864b-f1f3-491e-b16f-0504f890086d/code.php b/src/3af7864b-f1f3-491e-b16f-0504f890086d/code.php index ca272ee..1c95a39 100644 --- a/src/3af7864b-f1f3-491e-b16f-0504f890086d/code.php +++ b/src/3af7864b-f1f3-491e-b16f-0504f890086d/code.php @@ -79,7 +79,7 @@ class Config extends BaseConfig */ protected function getTranslation(): ?string { - return $this->input->getWord('t') ?? $this->input->getWord('version') ?? $this->input->getWord('translation'); + return $this->input->getString('t') ?? $this->input->getString('version') ?? $this->input->getString('translation'); } /** diff --git a/src/3af7864b-f1f3-491e-b16f-0504f890086d/code.power b/src/3af7864b-f1f3-491e-b16f-0504f890086d/code.power index 4579943..3a69462 100644 --- a/src/3af7864b-f1f3-491e-b16f-0504f890086d/code.power +++ b/src/3af7864b-f1f3-491e-b16f-0504f890086d/code.power @@ -51,7 +51,7 @@ */ protected function getTranslation(): ?string { - return $this->input->getWord('t') ?? $this->input->getWord('version') ?? $this->input->getWord('translation'); + return $this->input->getString('t') ?? $this->input->getString('version') ?? $this->input->getString('translation'); } /**