=(_s("Todos|Are you looking for things to do? Take a look at %{strongStart}%{openIssuesLinkStart}open issues%{openIssuesLinkEnd}%{strongEnd}, contribute to %{strongStart}%{mergeRequestLinkStart}a merge request%{mergeRequestLinkEnd}%{mergeRequestLinkEnd}%{strongEnd}, or mention someone in a comment to automatically assign them a new to-do item.")%{strongStart: '<strong>',strongEnd: '</strong>',openIssuesLinkStart: "<a href=\"#{issues_dashboard_path}\">",openIssuesLinkEnd: '</a>',mergeRequestLinkStart: "<a href=\"#{merge_requests_dashboard_path}\">",mergeRequestLinkEnd: '</a>'}).html_safe
=(s_("Todos|Are you looking for things to do? Take a look at %{strongStart}%{openIssuesLinkStart}open issues%{openIssuesLinkEnd}%{strongEnd}, contribute to %{strongStart}%{mergeRequestLinkStart}a merge request%{mergeRequestLinkEnd}%{mergeRequestLinkEnd}%{strongEnd}, or mention someone in a comment to automatically assign them a new to-do item.")%{strongStart: '<strong>',strongEnd: '</strong>',openIssuesLinkStart: "<a href=\"#{issues_dashboard_path}\">",openIssuesLinkEnd: '</a>',mergeRequestLinkStart: "<a href=\"#{merge_requests_dashboard_path}\">",mergeRequestLinkEnd: '</a>'}).html_safe
-else
%h4.text-center
=s_("Todos|Nothing is on your to-do list. Nice work!")
msgid "Todos|Are you looking for things to do? Take a look at %{strongStart}%{openIssuesLinkStart}open issues%{openIssuesLinkEnd}%{strongEnd}, contribute to %{strongStart}%{mergeRequestLinkStart}a merge request%{mergeRequestLinkEnd}%{mergeRequestLinkEnd}%{strongEnd}, or mention someone in a comment to automatically assign them a new to-do item."