Menu

#1000 Change titles of the reservation

open
nobody
None
1
2016-06-20
2016-06-17
Anonymous
No

Hello, How i can change the words: "Brief description" for 'Full Name of the Driver'

and also channge: "Full description (Number of people, Internal/External etc.)" for "used for"

Regards

Discussion

  • John Beranek

    John Beranek - 2016-06-18

    To override a translation (in this example, for English users) put something like the following in config.inc.php:

    $vocab_override['en']["namebooker"] = 'Full Name of the Driver';
    $vocab_override['en']["fulldescription"] = "used for";