Add translatable strings to file upload settings
-
Thanks for adding the capability for users to upload a file when they submit a ticket.
Can I just ask that you make the text translatable, please?
You can do this by replacing the relevant lines in
sola-support-tickets.phplike this:Replace the current line 2118 with this:
'.__('Upload a file:', 'sola_st').'Replace the current line 2123 with this:
'.__('Allowed formats: JPEG, PNG, GIF, TIFF, PDF, ZIP', 'sola_st').'Personally, I’d also prefer it if you didn’t make this a two-column table, but I realize that’s just a personal preference.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Add translatable strings to file upload settings’ is closed to new replies.