diff options
| author | Alban Peignier | 2018-01-11 18:45:08 +0100 |
|---|---|---|
| committer | Alban Peignier | 2018-01-11 18:50:39 +0100 |
| commit | 04707cdd1954e524273001f5dfe4278525e40d47 (patch) | |
| tree | 5840b4281e182b5d5a691d0026c2222602d6cfb7 | |
| parent | 6d89d20934e18fb5e39587dc1d9f7d3911648b46 (diff) | |
| download | chouette-core-04707cdd1954e524273001f5dfe4278525e40d47.tar.bz2 | |
Fixes destry confirm message in NetworkDecorator. Refs #5549
| -rw-r--r-- | app/decorators/network_decorator.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/decorators/network_decorator.rb b/app/decorators/network_decorator.rb index 1f62fe512..b0a19cf60 100644 --- a/app/decorators/network_decorator.rb +++ b/app/decorators/network_decorator.rb @@ -35,7 +35,7 @@ class NetworkDecorator < Draper::Decorator object ), method: :delete, - data: { confirm: t('networks.actions.destroy_confirm') } + data: { confirm: h.t('networks.actions.destroy_confirm') } ) end |
