diff options
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/quotations.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/quotations.html b/httemplate/elements/quotations.html index 2af101652..0c4dcdc38 100644 --- a/httemplate/elements/quotations.html +++ b/httemplate/elements/quotations.html @@ -1,7 +1,7 @@ % if ( $curuser->access_right('Generate quotation') ) { <FONT CLASS="fsinnerbox-title"><% mt( 'Quotations' ) |h %></FONT> - <A HREF="<%$p%>edit/quotation.html?<% $new_query %>">New quotation</A> + <A HREF="<%$p%>edit/quotation.html?<% $new_query %>">Create new quotation</A> % if ( @quotations ) { <& /elements/table-grid.html &> |