Skip to content

Commit 7be6ef1

Browse files
committed
fix(locales): invalid domain
fix #872
1 parent 5b4896e commit 7be6ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/form.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public function getSearchOptionsNew() {
152152
'id' => '9',
153153
'table' => $this->getTable(),
154154
'field' => 'access_rights',
155-
'name' => __('Access'),
155+
'name' => __('Access', 'formcreator'),
156156
'datatype' => 'specific',
157157
'searchtype' => [
158158
'0' => 'equals',

0 commit comments

Comments
 (0)