Skip to content

Commit

Permalink
Fix identical status label in simplified dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLvr committed Feb 9, 2024
1 parent b3cc8d2 commit b1a21d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/formanswer.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class PluginFormcreatorFormAnswer extends CommonDBTM

public static function getStatuses() {
return [
self::STATUS_WAITING => __('Waiting', 'formcreator'),
self::STATUS_WAITING => __('Waiting for approval'),
self::STATUS_REFUSED => __('Refused', 'formcreator'),
self::STATUS_ACCEPTED => __('Accepted', 'formcreator'),
];
Expand Down

0 comments on commit b1a21d8

Please sign in to comment.