displays phone not given [#500]
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
<%= link_to user.name, admin_user_path(user) %>
|
||||
<% if !user.residence_verified? %>
|
||||
<%= render partial: 'failed_census_call', collection: user.failed_census_calls %>
|
||||
<% elsif !user.verification_sms_sent? %>
|
||||
<div>
|
||||
<%= t("admin.verifications.index.phone_not_given") %>
|
||||
</div>
|
||||
<% end %>
|
||||
</li>
|
||||
<% end %>
|
||||
|
||||
@@ -103,6 +103,7 @@ en:
|
||||
title: Incomplete verifications
|
||||
search_placeholder: 'Search user by name or email'
|
||||
search: Search
|
||||
phone_not_given: Phone not given
|
||||
officials:
|
||||
level_0: Not an official
|
||||
level_1: Level 1
|
||||
|
||||
@@ -103,6 +103,7 @@ es:
|
||||
title: Verificaciones incompletas
|
||||
search_placeholder: 'Buscar usuario por nombre o email'
|
||||
search: Buscar
|
||||
phone_not_given: No ha dado su teléfono
|
||||
officials:
|
||||
level_0: "No es cargo público"
|
||||
level_1: Nivel 1
|
||||
|
||||
Reference in New Issue
Block a user