Skip to content

Commit

Permalink
Use trans() for custom format text
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Aug 25, 2016
1 parent f38912a commit d72443c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Helpers/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public static function predefined_formats()
{
$keys=array_keys(CustomField::$PredefinedFormats);
$stuff=array_combine($keys, $keys);
return $stuff+["custom" => "Custom Format..."];
return $stuff+["" => trans('admin/custom_fields/general.custom_format')];
}

public static function barcodeDimensions($barcode_type = 'QRCODE')
Expand Down

0 comments on commit d72443c

Please sign in to comment.