You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install/install.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ public function upgrade(Migration $migration, $args = []): bool {
159
159
}
160
160
if (!$checkResult) {
161
161
$message = sprintf(
162
-
__('The database schema is not consistent with the installed Formcreator %s. To see the logs run the command %s', 'formcreator'),
162
+
__('The database schema is not consistent with the previous version of Formcreator %s. To see the logs run the command %s', 'formcreator'),
163
163
$oldVersion,
164
164
'bin/console glpi:plugin:install formcreator -f'
165
165
);
@@ -238,7 +238,7 @@ public function upgrade(Migration $migration, $args = []): bool {
238
238
);
239
239
if (!$checkResult) {
240
240
$message = sprintf(
241
-
__('The database schema is not consistent with the installed Formcreator %s. To see the logs enable the plugin and run the command %s', 'formcreator'),
241
+
__('The database schema is not consistent with the current version of Formcreator %s. To see the logs enable the plugin and run the command %s', 'formcreator'),
0 commit comments