Fix typo
This commit is contained in:
@@ -48,7 +48,7 @@ module ProposalsDashboardHelper
|
||||
controller_name == "dashboard" && action_name == "new_request" && dashboard_action&.id == id
|
||||
end
|
||||
|
||||
def resoure_availability_label(resource)
|
||||
def resource_availability_label(resource)
|
||||
label = []
|
||||
|
||||
label << t("dashboard.resource.required_days",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
class: "button expanded" %>
|
||||
<% else %>
|
||||
<strong>
|
||||
<%== resoure_availability_label(resource) %>
|
||||
<%== resource_availability_label(resource) %>
|
||||
</strong>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user