1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

Renamed FileSystem to Explorer.

This commit is contained in:
Gunther Brunner 2015-10-01 16:55:13 +09:00
parent ae449a631a
commit 82c20c28d1
7 changed files with 13 additions and 13 deletions

View file

@ -23,9 +23,9 @@ module.exports =
filters: ['native', 'web']
},
{
title: gettext('FileSystem'),
title: gettext('Explorer'),
icon: 'fa-info color-orange',
templateUrl: 'control-panes/filesystem/fs.jade',
templateUrl: 'control-panes/explorer/explorer.jade',
filters: ['native', 'web']
},
{