diff options
-rw-r--r-- | muamba.views.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muamba.views.inc b/muamba.views.inc index 584fbe7..6e2ca1a 100644 --- a/muamba.views.inc +++ b/muamba.views.inc @@ -140,7 +140,7 @@ function muamba_views_data() { // Changed. $data['muamba']['changed'] = array( - 'title' => t('Created'), + 'title' => t('Changed'), 'help' => t('When the transaction was last changed.'), 'field' => array( 'handler' => 'views_handler_field_date', |