mirror of
https://github.com/openwrt/luci.git
synced 2025-12-26 15:36:22 +04:00
The fallback implementation of `N_()` accessed the wrong variable, a global `n` instead of the local `args`. Adjust the expression to reference the correct variable. Signed-off-by: Jo-Philipp Wich <jo@mein.io>