• Resolved keiboo

    (@keiboo)


    Hello, im using your pluggins and is just what i need but i have a problem. The button “add file” in aplication form is not translate to Spanish. There is any way to change the text to “adjuntar archivo”?

Viewing 1 replies (of 1 total)
  • Plugin Author BlueGlass

    (@blueglassinteractive)

    Hi @mohitarora38

    This issue should be fixed with latest plugin update. Please update it as usually from plugins section.

    Now this string is possible to translate with WPML or any other strang pranslation capable plugin.

    Also possible to use hook to overwrite it, in your case, add to functions.php:
    add_filter(‘job-modal/add_file_text’, function($add_text){ return ‘Adjuntar archivo’;});

    Best wishes.

Viewing 1 replies (of 1 total)
  • The topic ‘Translations “Add file” button’ is closed to new replies.