mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 13:57:52 +00:00
17 lines
523 B
Text
17 lines
523 B
Text
---
|
|
# <%= I18n.t('form.update_item.host') %>
|
|
host: <%= item.host %>
|
|
# <%= I18n.t('form.update_item.login') %>
|
|
user: <%= item.user %>
|
|
# <%= I18n.t('form.update_item.password') %>
|
|
password:
|
|
# <%= I18n.t('form.update_item.group') %>
|
|
group: <%= item.group %>
|
|
# <%= I18n.t('form.update_item.protocol') %>
|
|
protocol: <%= item.protocol %>
|
|
# <%= I18n.t('form.update_item.port') %>
|
|
port: <%= item.port %>
|
|
# <%= I18n.t('form.update_item.otp_key') %>
|
|
otp_key:
|
|
# <%= I18n.t('form.update_item.comment') %>
|
|
comment: <%= item.comment %>
|