Skip to content
Snippets Groups Projects
Commit 6c772727 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Salesproject: fix Volume label

parent 527fd558
No related branches found
No related tags found
No related merge requests found
import("system.result");
import("system.translate");
result.string(translate.text("Volume") + " (" + translate.text("${THOUSAND_SHORT}") + " " + translate.text("${EURO_SIGN}") + ")");
\ No newline at end of file
result.string(translate.text("Volume") + " (" + translate.text("${EURO_SIGN}") + ")");
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment