Remove unnecessary stops from english translation keys

This commit is contained in:
Nik 2021-02-18 06:45:33 +01:00
parent d411aa2d0f
commit 449657474b
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
// menu entry for admin plugins
$lang['wiyh_heading'] = 'State';
$lang['wiyh_open'] = 'is open.';
$lang['wiyh_closed'] = 'is closed.';
$lang['wiyh_open'] = 'is open';
$lang['wiyh_closed'] = 'is closed';
$lang['wiyh_stats'] = 'Stats';
$lang['wiyh_no_api_path'] = 'No API path was given.';
$lang['wiyh_fetch_error'] = 'Could not fetch API path.';