<?php

return [

    'title' => 'Redigera :label',

    'breadcrumb' => 'Redigera',

    'form' => [

        'actions' => [

            'cancel' => [
                'label' => 'Avbryt',
            ],

            'save' => [
                'label' => 'Spara ändringar',
            ],

        ],

    ],

    'content' => [

        'tab' => [
            'label' => 'Redigera',
        ],

    ],

    'notifications' => [

        'saved' => [
            'title' => 'Sparad',
        ],

    ],

];
