Fix typo in Polish translation (#317)

pull/321/head
Roki 2022-01-15 19:43:43 +01:00 committed by GitHub
parent bf9509f81c
commit eef26ae79a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import common from '../../common';
export default {
fallbackRouting: 'Routing rezerwowy',
fallbackRoutingPhpPath: `Ścieżka routingu rezerwowego dla ${common.php}`,
legacyPhpRouting: `Routing stasrego typu dla ${common.php}`,
legacyPhpRouting: `Routing starego typu dla ${common.php}`,
enableLegacyRouting: `${common.enable} routing starego typu`,
routing: 'Routing',
};