luci-base: dispatcher.uc: fix `N_()` fallback implementation
authorJo-Philipp Wich <jo@mein.io>
Mon, 7 Aug 2023 21:33:56 +0000 (23:33 +0200)
committerJo-Philipp Wich <jo@mein.io>
Mon, 7 Aug 2023 21:33:56 +0000 (23:33 +0200)
commit107ed061a8b68f080df122770690d513f52eeed0
treebd4e6de4df2a950d6371b43dcf55354bfd671893
parenta435d4e11a1f0701200ad392000dbaf0d0135405
luci-base: dispatcher.uc: fix `N_()` fallback implementation

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>
modules/luci-base/ucode/dispatcher.uc