We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32bb96e commit 51136a3Copy full SHA for 51136a3
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
php-version:
21
- - "8.5"
+ - "5.5"
22
- "8.5"
23
steps:
24
-
controller.php
@@ -41,7 +41,7 @@ public function getPackageName()
41
*/
42
public function getPackageDescription()
43
{
44
- return t('Adds a Dark Mode Toggler für Ckeditor.');
+ return t('Adds a Dark Mode Toggle to CKEditor');
45
}
46
47
/**
0 commit comments