Skip to content

Commit

Permalink
typo in github link
Browse files Browse the repository at this point in the history
  • Loading branch information
Rello committed Jan 13, 2025
1 parent ec8e605 commit 5ac99bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ OCA.Analytics.Filter = {
+ '</span></div>'
+ '<span hidden id="filterDialogHintText" class="userGuidance">'
+ t('analytics', 'Dynamic text variables can be used to select dates.<br>The selection is written between two % (e.g. %last2months%).<br>Information on available filters and alternative date formats is available in the {linkstart}Wiki{linkend}.')
.replace('{linkstart}', '<a href="https://github.com/Rello/analytics/wiki/Filter,-chart-options-&-drilldown##text-variables" target="_blank">')
.replace('{linkstart}', '<a href="https://github.com/Rello/analytics/wiki/Filter,-chart-options-&-drilldown#text-variables" target="_blank">')
.replace('{linkend}', '</a>')
+ '<br><br></span>'
+ '<div class="table" style="display: table;">'
Expand Down

0 comments on commit 5ac99bd

Please sign in to comment.