We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
app/views/support/show.html.haml 24: %a{:href => I18n.t("product.support_website").html_safe, :target => "_new"} 25: = I18n.t("product.support_website_text").html_safe app/presenters/menu/default_menu.rb 272: :title => I18n.t('product.support_website_text'), 273: :href => I18n.t("product.support_website").html_safe
We should replace this by the mechanism introduced by @mzazrivec in #6077, instead of (ab)using i18n.t :)
The text was updated successfully, but these errors were encountered:
@mzazrivec if this is still an issue, would you please make a PR to address.
Sorry, something went wrong.
mzazrivec
Successfully merging a pull request may close this issue.
We should replace this by the mechanism introduced by @mzazrivec in #6077, instead of (ab)using i18n.t :)
The text was updated successfully, but these errors were encountered: