• Resolved lempfert

    (@lempfert)


    Hi everyone,

    I´m struggling to find a solution for this and hope you can help me:

    There is an option in the calendar settings to show the total cost, where obviously the total price gets mentioned. However, when I look into the calendar, there is always “Cost” mentioned before the actual price. The problem now is that I´m from Germany and I´d like to either translate the “Cost” text to German, or remove it completely.

    Is there any way to do this?

    Many thanks.

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

    (@codepeople)

    Hi,

    You can translate that word using a translation plugin or editing the language .PO files with the Poedit application.

    You can also hide that word by adding the following CSS:

    .totalCost span { display: none }
    .totalCost span.n { display: block !important;  }

    Thank you for using the plugin!

Viewing 1 replies (of 1 total)

The topic ‘Language total cost field’ is closed to new replies.